diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-15 16:55:32 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-15 16:55:32 -0700 |
commit | c68f0faf73b92993875d8e7365427a54ff84fbaa (patch) | |
tree | 2cfe054992a91ec5cc76828a867d205224038f24 /web/style.css | |
parent | 5fc8044ed95cef52b081249b1beec61341739525 (diff) |
Fixing typo in css
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style.css b/web/style.css index e9cd3dd..0617bfe 100644 --- a/web/style.css +++ b/web/style.css @@ -432,7 +432,7 @@ footer a:hover { width: 100%; display: inline-block; font-size: 0; - line-height: 0 + line-height: 0; } .sliderbar { |