From c7985920a7675765d2093f1106b14e016fba34f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 17 Nov 2010 22:09:23 +0100 Subject: [PATCH] Improve margins on top of page and notifications. --- src/main/resources/static/css/sone.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.7.4