mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-10 16:04:11 +02:00
Clean styles.
This commit is contained in:
@@ -5,6 +5,7 @@ html
|
||||
meta( http-equiv="x-ua-compatible", content="ie=edge" )
|
||||
title h5ai #{pkg.version} test suite
|
||||
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
||||
link( rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" )
|
||||
link( rel="stylesheet", href="h5ai-styles.css" )
|
||||
link( rel="stylesheet", href="styles.css" )
|
||||
script( src="h5ai-scripts.js" )
|
||||
|
@@ -6,7 +6,7 @@
|
||||
@col-grey: #555;
|
||||
|
||||
#report {
|
||||
font-family: arial, sans;
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
@@ -34,7 +34,7 @@
|
||||
}
|
||||
|
||||
#mocha-overlay {
|
||||
font-family: arial, sans;
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 32px;
|
||||
|
Reference in New Issue
Block a user