mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
clean markup done
This commit is contained in:
parent
8d4889b012
commit
ea18dc8e66
2 changed files with 9 additions and 2 deletions
|
@ -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
4
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue