summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <altse@google.com>2015-05-30 18:24:55 -0700
committerScott Hyndman <shyndman@google.com>2015-06-02 10:03:39 -0700
commit6854c41aa48671693e9410fedd0948e2c01b562d (patch)
tree69c14db59f7e5b5cf00ca33d47c4bec455167125
parentfc6cfe2247a2a821a4a2e9622a27dd17b760365f (diff)
Update CSS to workaround issue with locally installed Material Icons font in Chrome.
-rw-r--r--www/css/material.css17
1 files changed, 6 insertions, 11 deletions
diff --git a/www/css/material.css b/www/css/material.css
index a4b8493113eb..7a5fb555e93f 100644
--- a/www/css/material.css
+++ b/www/css/material.css
@@ -1983,22 +1983,17 @@ body.icons-docs {
line-height: 28px;
color: rgba(0, 0, 0, 0.7);
/* icons listing */ }
- body.icons-docs .material-icons.md-18 {
- font-size: 18px;
+ body.icons-docs .material-icons {
width: 1em;
height: 1em; }
+ body.icons-docs .material-icons.md-18 {
+ font-size: 18px; }
body.icons-docs .material-icons.md-24 {
- font-size: 24px;
- width: 1em;
- height: 1em; }
+ font-size: 24px; }
body.icons-docs .material-icons.md-36 {
- font-size: 36px;
- width: 1em;
- height: 1em; }
+ font-size: 36px; }
body.icons-docs .material-icons.md-48 {
- font-size: 48px;
- width: 1em;
- height: 1em; }
+ font-size: 48px; }
body.icons-docs .material-icons.md-dark {
color: rgba(0, 0, 0, 0.54); }
body.icons-docs .material-icons.md-dark.md-inactive {