Add styles to make media.html not fall apart entirely

This commit is contained in:
Jef van Schendel
2011-12-18 01:54:58 +01:00
parent 4fe9c9b99f
commit 42a7c01032
2 changed files with 16 additions and 2 deletions

View File

@@ -126,8 +126,22 @@ a.mediagoblin_logo{
padding-top: 8px;
text-align: center;
font-size: 0.875em;
clear: both;
}
.media_pane {
width: 640px;
margin-left: 0px;
margin-right: 10px;
float: left;
}
.media_sidebar {
width: 280px;
margin-left: 10px;
margin-right: 0px;
float: left;
}
/* common website elements */