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
This commit is contained in:
Christopher Allan Webber 2011-07-04 16:58:07 -05:00
parent 1a837cf7c8
commit 0b6c3ef14a

View File

@ -25,8 +25,8 @@ form {
h1{ h1{
font-family: 'Carter One', arial, serif; font-family: 'Carter One', arial, serif;
margin-bottom: 20px; margin-bottom: 15px;
margin-top:40px; margin-top:15px;
} }
h2{ h2{
@ -190,7 +190,7 @@ text-align:center;
height:180px; height:180px;
overflow:hidden; overflow:hidden;
float:left; float:left;
margin:0px 10px 10px 0px; margin:0px 4px 10px 4px;
text-align:center; text-align:center;
} }
@ -260,7 +260,8 @@ ul.mediagoblin_messages {
/* profile stuff */ /* profile stuff */
.profile_content p, .profile_bio { .profile_content {
padding: 6px; padding: 6px;
background-color: #393939; background-color: #393939;
margin-bottom: 10px;
} }