mirror of
https://github.com/specht/champ.git
synced 2024-09-16 20:55:36 +00:00
documentation
This commit is contained in:
parent
165920ee5a
commit
3b725e94e2
9
champ.rb
9
champ.rb
@ -799,7 +799,7 @@ __END__
|
||||
<title>champ report</title>
|
||||
<style type='text/css'>
|
||||
body {
|
||||
background-color: #eee;
|
||||
// background-color: #eee;
|
||||
font-family: monospace;
|
||||
}
|
||||
.screenshot {
|
||||
@ -808,6 +808,13 @@ __END__
|
||||
padding: 12px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
img, svg {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 10px rgba(0,0,0,0.2);
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
th, td {
|
||||
text-align: left;
|
||||
padding: 0 0.5em;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 309 KiB |
Loading…
Reference in New Issue
Block a user