respect user settings for default font size for real (#20058)

This commit is contained in:
Frédéric Péters 2017-11-13 20:14:29 +04:00
parent 7cda83aa88
commit 6130acd8b3
1 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
@import url(../../../stylesheets/application.css);
body {
font-size: 100%;
}
.controller-projects .splitcontentleft {
float: left;
width: 78%;
@ -29,7 +25,7 @@ body {
}
body {
color:#303030; font-size: 0.9em; background:#f3f3f3;
color:#303030; background:#f3f3f3;
}
#top-menu {