Merge pull request #613 from tsl0922/tsl0922-patch-1
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 15 Jan 2016 14:17:42 +0000 (15:17 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 15 Jan 2016 14:17:42 +0000 (15:17 +0100)
luci-theme-material: set default font-size to 13px

themes/luci-theme-material/htdocs/luci-static/material/css/style.css

index d4feb36..066a86a 100755 (executable)
@@ -72,6 +72,11 @@ html, body {
     padding: 0px;
     height: 100%;
     font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
+    font-size: 62.5%; /* font-size 1rem = 10px on default browser settings */
+}
+
+body {
+    font-size: 1.3rem; /* 1.3rem = 13px */
 }
 
 select {
@@ -1501,4 +1506,4 @@ body.lang_pl.node-main-login .cbi-value-title {
     .cbi-value-field .cbi-input-select {
         min-width: 25rem;
     }
-}
\ No newline at end of file
+}