diff options
author | Zahary Karadjov <zahary@gmail.com> | 2014-02-18 02:46:49 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2014-02-18 02:46:49 +0200 |
commit | f13a836972abd29d5362ac4cc949aa8e0470f962 (patch) | |
tree | 073fb599f5c0d06302273d5620f6f3f2a858bd7c /web/assets/style.css | |
parent | cda92048ba9408d356e0023543fcfb45ea357da8 (diff) | |
parent | 15953dfed952cf2a54f6466b335abcbf676de141 (diff) | |
download | Nim-f13a836972abd29d5362ac4cc949aa8e0470f962.tar.gz |
Merge branch 'devel' of gh:/Araq/Nimrod into devel
Diffstat (limited to 'web/assets/style.css')
-rw-r--r-- | web/assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/style.css b/web/assets/style.css index 715214a1a..5cee279fc 100644 --- a/web/assets/style.css +++ b/web/assets/style.css @@ -65,7 +65,7 @@ html, body { #page { position:relative; float:left; padding:20px 30px 50px 50px; width:620px; color:#343739; } - #page h1 { margin-top:40px; } + #page h1 { margin-top:40px; line-height: 28px; } #page h2 { margin-top:40px; } #page p { text-align:justify; } |