diff options
author | rekado <rekado@elephly.net> | 2016-12-19 23:50:46 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-12-19 23:50:46 +0100 |
commit | 98bd588c7e072e94f38e0a96a286a784a31964bd (patch) | |
tree | e32ea0f756592b25e69164ab214486e8d0116978 /static | |
parent | 945807dbe5a70d7097476ff5c1ef3ff9afb13bf2 (diff) |
css: Fix drop caps overlap on webkit.
Diffstat (limited to 'static')
-rw-r--r-- | static/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 67c7221..e87a191 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -72,7 +72,7 @@ footer { font-size: 5em; float: left; color: #ff00ff; - line-height: 60px; + line-height: 1em; padding-top: 4px; padding-right: 8px; padding-left: 3px; |