clean markup done

This commit is contained in:
Hugo Roy 2014-03-19 11:50:30 +01:00 committed by opi
parent 8d4889b012
commit ea18dc8e66
2 changed files with 9 additions and 2 deletions

View file

@ -10,6 +10,7 @@
html, body { html, body {
width:100%; width:100%;
font-family: 'Source Code Pro';
} }
.block { .block {
@ -195,3 +196,9 @@ select option[default] {
@import "../fonts.css"; @import "../fonts.css";
/* TODO remove all glyphicons in the future to remove this line*/ /* TODO remove all glyphicons in the future to remove this line*/
@import "font-awesome.less"; @import "font-awesome.less";
/* various fixes */
a[class*="fa-"]:hover {text-decoration:none;}

4
css/style.min.css vendored

File diff suppressed because one or more lines are too long