Merge pull request #522 from jamez70/fix-font-weight

A font you can actually read on a tablet/phone
pull/523/head
cyoung 2016-11-15 09:55:22 -05:00 zatwierdzone przez GitHub
commit b6fef657a2
1 zmienionych plików z 4 dodań i 1 usunięć

5
web/css/main.css 100755 → 100644
Wyświetl plik

@ -237,7 +237,7 @@
/* ***************************************************************************
everything below this comment represents tweeks to the mobile-angular-uis CSS
everything below this comment represents tweaks to the mobile-angular-uis CSS
*************************************************************************** */
@font-face {
@ -396,6 +396,9 @@ pre {
border-radius: 0px;
}
body {
font-weight: 400;
}
/* change right sidebar behavior to always push */