luci-theme-material: set default font-size to 13px

Ref: https://developer.mozilla.org/en-US/docs/Web/CSS/font-size#Rems

Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
This commit is contained in:
Shuanglei Tao 2015-12-27 20:04:35 +08:00
parent edf352efa2
commit c2e6ed898a

View file

@ -72,6 +72,11 @@ html, body {
padding: 0px; padding: 0px;
height: 100%; height: 100%;
font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif; 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 { select {