diff options
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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); |