Fixed top margin in post upload

This commit is contained in:
Marcin Kurczewski 2014-02-16 12:28:45 +01:00
parent 27c780602c
commit db1d8383fd

View file

@ -187,6 +187,9 @@ footer a {
border-left: 0;
padding-left: 0;
}
#sidebar .unit:first-child {
margin-top: 0;
}
#small-screen { display: none; }
@media only screen and (max-width:700px) {