Skip to content

Commit

Permalink
CSS: Remove padding-top from .content
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 10, 2015
1 parent 1da70a1 commit 848882b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/icinga/layout-structure.less
Expand Up @@ -172,7 +172,7 @@ html {
}

.content {
padding: 1em;
padding: 0 1em 1em 1em;
}

.dashboard .content {
Expand Down

0 comments on commit 848882b

Please sign in to comment.