remove colored padding

This commit is contained in:
ccd0 2013-11-28 00:31:54 -08:00
parent a7913a081a
commit 539a5062ea

View File

@ -38,8 +38,8 @@ And add this to stylesheets/style.css:
background: #aaa;
}
div.post video.post-image {
padding: 5px;
margin: 5px 20px 0 0;
padding: 0px;
margin: 10px 25px 5px 5px;
}
span.settings {
position: fixed;