Skip to content

Commit

Permalink
CSS: Reset defaults on dl.feed-list
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 7b66a61 commit 4466220
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -74,3 +74,10 @@ input[type="submit"].link {
form.link {
display: inline-block;
}

dl.feed-list {
dd {
// Reset default margin
margin: 0;
}
}

0 comments on commit 4466220

Please sign in to comment.