mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-08-15 12:15:05 +08:00
Added some tests
This commit is contained in:
@@ -372,6 +372,9 @@ h1 br {
|
||||
.Paired .q10-12{color:rgb(255,255,153)}
|
||||
.Paired .q11-12{color:rgb(177,89,40)}
|
||||
|
||||
.Red {color:red;}
|
||||
.Black {color:black;}
|
||||
|
||||
|
||||
/* ui grid */
|
||||
.observations-grid {
|
||||
|
||||
+2
-2
@@ -579,8 +579,8 @@ input[type="text"].ui-grid-filter-input:hover {
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'ui-grid';
|
||||
src: url('ui-grid.eot');
|
||||
src: url('ui-grid.eot#iefix') format('embedded-opentype'), url('ui-grid.woff') format('woff'), url('ui-grid.ttf?') format('truetype'), url('ui-grid.svg?#ui-grid') format('svg');
|
||||
src: url('../fonts/ui-grid.eot');
|
||||
src: url('../fonts/ui-grid.eot#iefix') format('embedded-opentype'), url('../fonts/ui-grid.woff') format('woff'), url('../fonts/ui-grid.ttf?') format('truetype'), url('../fonts/ui-grid.svg?#ui-grid') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user