A few media thumbnail changes pre-release
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 4 Jul 2011 21:58:07 +0000 (16:58 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 4 Jul 2011 21:58:07 +0000 (16:58 -0500)
 - 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

index 10dbc98b84120f643bb4224026c1892b4673c652..53e019f6b450fef0c166a0d3fa2763b971199a05 100644 (file)
@@ -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;
 }