diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-04 16:58:07 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-04 16:58:07 -0500 |
commit | 0b6c3ef14a98f567dd1c29004e58833a5418501b (patch) | |
tree | a52906ea2efece115476020696034be8554950a7 | |
parent | 1a837cf7c8d61bb4bc1c7b4629ff2bcbbf255a97 (diff) | |
download | mediagoblin-0b6c3ef14a98f567dd1c29004e58833a5418501b.tar.lz mediagoblin-0b6c3ef14a98f567dd1c29004e58833a5418501b.tar.xz mediagoblin-0b6c3ef14a98f567dd1c29004e58833a5418501b.zip |
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
-rw-r--r-- | mediagoblin/static/css/base.css | 9 |
1 files 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; } |