Skip to content

Commit

Permalink
Show a small border above the first notification
Browse files Browse the repository at this point in the history
Looks better, somehow..

refs #8247
  • Loading branch information
Johannes Meyer committed Jun 17, 2015
1 parent 4d06bff commit 31406a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/icinga/main-content.less
Expand Up @@ -28,6 +28,10 @@ img.icon {
#notifications {
margin: 0;
padding: 0;

li:first-child {
border-top: 2px solid @colorPetrol;
}
}

#notifications > li {
Expand Down

0 comments on commit 31406a7

Please sign in to comment.