Increase font size in HTML reporters
This commit is contained in:
@@ -8,7 +8,7 @@ body {
|
|||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: -8px;
|
margin: -8px;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
font-family: Monaco, "Lucida Console", monospace;
|
font-family: Monaco, "Lucida Console", monospace;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
color: #333;
|
color: #333;
|
||||||
@@ -63,7 +63,7 @@ body {
|
|||||||
float: right;
|
float: right;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
padding-right: 9px;
|
padding-right: 9px;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.jasmine_html-reporter .jasmine-symbol-summary {
|
.jasmine_html-reporter .jasmine-symbol-summary {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ $failing-mark: "\d7";
|
|||||||
$pending-mark: "*";
|
$pending-mark: "*";
|
||||||
$space: "\0020";
|
$space: "\0020";
|
||||||
|
|
||||||
$font-size: 11px;
|
$font-size: 12px;
|
||||||
$large-font-size: 14px;
|
$large-font-size: 14px;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user