From dedf8186c117c220741eddeece5bf703c23520d7 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Tue, 22 Sep 2015 00:10:21 -0700
Subject: theme.css: fix nav icon for IE9

---
 source/css/theme.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'source/css')

diff --git a/source/css/theme.css b/source/css/theme.css
index fb8954c9..1a3fee0e 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -23,6 +23,7 @@ body {
     background: #ddd;
     line-height: 100px;
     text-align: center;
+    text-decoration: none;
     font-size: 0;
 }
 
@@ -35,7 +36,6 @@ body {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     color: #fff;
-    text-decoration: none;
     /* stretch to mimic Helvetica Neue */
     transform: scale(1,0.9);
     -webkit-transform: scale(1,0.9);
-- 
cgit v1.2.1