documentation

This commit is contained in:
Michael Specht 2018-02-16 16:32:41 +01:00
parent 165920ee5a
commit 3b725e94e2
2 changed files with 8 additions and 1 deletions

View File

@ -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