From: David ‘Bombe’ Roden Date: Wed, 17 Nov 2010 21:09:23 +0000 (+0100) Subject: Improve margins on top of page and notifications. X-Git-Tag: 0.3-RC1~5 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c7985920a7675765d2093f1106b14e016fba34f8 Improve margins on top of page and notifications. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 3d7d50a..e34fadb 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -50,7 +50,7 @@ textarea { } #sone #notification-area { - margin-bottom: 1em; + margin-top: 1em; } #sone #notification-area .notification { @@ -81,6 +81,7 @@ textarea { #sone #profile { height: 80px; + margin-top: 1em; margin-bottom: 1ex; } @@ -133,6 +134,7 @@ textarea { #sone #main { padding: 1em; + padding-top: 0px; } #sone #edit-profile #birth-day, #sone #edit-profile #birth-month, #sone #edit-profile #birth-year {