diff options
author | Audun Wilhelmsen <skyfex@gmail.com> | 2014-02-23 00:26:46 +0100 |
---|---|---|
committer | Audun Wilhelmsen <skyfex@gmail.com> | 2014-02-23 00:26:46 +0100 |
commit | 1250db507533d1e11b2c451bd9bf6993beea1169 (patch) | |
tree | cb677028946b4fd441d743bb4309c0d63ea7b36b /web/assets/style.css | |
parent | 739b4f214b62f55f5fcfc8c71a246c385146fca8 (diff) | |
parent | 3b5825e9bcf09bb6da98601d07af10c2640f4cd1 (diff) | |
download | Nim-1250db507533d1e11b2c451bd9bf6993beea1169.tar.gz |
Merge branch 'devel' of https://github.com/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; } |