From 0b6c3ef14a98f567dd1c29004e58833a5418501b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 4 Jul 2011 16:58:07 -0500 Subject: [PATCH] A few media thumbnail changes pre-release - adjust padding so 5 media thumbs can appear per row - lowering the h1 margins - adding a profile content bottom margin --- mediagoblin/static/css/base.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 10dbc98b..53e019f6 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -25,8 +25,8 @@ form { h1{ font-family: 'Carter One', arial, serif; - margin-bottom: 20px; - margin-top:40px; + margin-bottom: 15px; + margin-top:15px; } h2{ @@ -190,7 +190,7 @@ text-align:center; height:180px; overflow:hidden; float:left; - margin:0px 10px 10px 0px; + margin:0px 4px 10px 4px; text-align:center; } @@ -260,7 +260,8 @@ ul.mediagoblin_messages { /* profile stuff */ -.profile_content p, .profile_bio { +.profile_content { padding: 6px; background-color: #393939; + margin-bottom: 10px; } -- 2.25.1