diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-16 04:57:49 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-16 04:57:49 +0100 |
commit | 97cd701fcb7a3a9db0b663e252661c1637b2cc08 (patch) | |
tree | a8dd2561efc20b0d9da2abad5c8051272658e76d /infrastructure | |
parent | dd88f4e20ef8d6925296a9cf583cbc269ce42be2 (diff) | |
download | etherpad-97cd701fcb7a3a9db0b663e252661c1637b2cc08.tar.gz etherpad-97cd701fcb7a3a9db0b663e252661c1637b2cc08.tar.xz etherpad-97cd701fcb7a3a9db0b663e252661c1637b2cc08.zip |
added lineheight to headlines, to have some spaces around
Diffstat (limited to 'infrastructure')
-rw-r--r-- | infrastructure/ace/www/editor.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infrastructure/ace/www/editor.css b/infrastructure/ace/www/editor.css index b15af14..9df127d 100644 --- a/infrastructure/ace/www/editor.css +++ b/infrastructure/ace/www/editor.css @@ -10,6 +10,7 @@ body { h1,h2,h3,h4,h5,h6 { display: inline; + line-height: 2em; } #outerdocbody { |