aboutsummaryrefslogtreecommitdiff
path: root/css/theme/beige.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-02-25 12:32:23 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-02-25 12:32:31 +0100
commit1aadc53eacaa0a474131657c663842768ed5b982 (patch)
tree7573c0403c3042a346ab9a168de7a2064a94fb90 /css/theme/beige.css
parentecce48d1c089df8b7ac601e7990b3b3c965e97dd (diff)
downloadfreenode-live-2017-presentation-1aadc53eacaa0a474131657c663842768ed5b982.tar
freenode-live-2017-presentation-1aadc53eacaa0a474131657c663842768ed5b982.tar.gz
don't reduce line height for all headings in base theme (#753)
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r--css/theme/beige.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css
index cc2d3a3..0c31929 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #333333;
font-family: "League Gothic", Impact, sans-serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none; }