CSS: Remove padding-top from .content

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 13:14:42 +01:00
parent 1da70a1270
commit 848882bb44
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ html {
}
.content {
padding: 1em;
padding: 0 1em 1em 1em;
}
.dashboard .content {