committed by
Sheel Choksi
parent
7d93541c09
commit
aac6968ed8
@@ -1,6 +1,6 @@
|
|||||||
body { background-color: #eeeeee; padding: 0; margin: 5px; overflow-y: scroll; }
|
body { overflow-y: scroll; }
|
||||||
|
|
||||||
.html-reporter { font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333333; }
|
.html-reporter { background-color: #eeeeee; padding: 5px; margin: -8px; font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333333; }
|
||||||
.html-reporter a { text-decoration: none; }
|
.html-reporter a { text-decoration: none; }
|
||||||
.html-reporter a:hover { text-decoration: underline; }
|
.html-reporter a:hover { text-decoration: underline; }
|
||||||
.html-reporter p, .html-reporter h1, .html-reporter h2, .html-reporter h3, .html-reporter h4, .html-reporter h5, .html-reporter h6 { margin: 0; line-height: 14px; }
|
.html-reporter p, .html-reporter h1, .html-reporter h2, .html-reporter h3, .html-reporter h4, .html-reporter h5, .html-reporter h6 { margin: 0; line-height: 14px; }
|
||||||
|
|||||||
@@ -19,13 +19,13 @@ $font-size: 11px;
|
|||||||
$large-font-size: 14px;
|
$large-font-size: 14px;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: $page-background-color;
|
|
||||||
padding: 0;
|
|
||||||
margin: 5px;
|
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.html-reporter {
|
.html-reporter {
|
||||||
|
background-color: $page-background-color;
|
||||||
|
padding: 5px;
|
||||||
|
margin: -8px;
|
||||||
|
|
||||||
font-size: $font-size;
|
font-size: $font-size;
|
||||||
font-family: Monaco, "Lucida Console", monospace;
|
font-family: Monaco, "Lucida Console", monospace;
|
||||||
|
|||||||
Reference in New Issue
Block a user