Show a small border above the first notification

Looks better, somehow..

refs #8247
This commit is contained in:
Johannes Meyer 2015-06-17 12:54:36 +02:00
parent 4d06bff5e8
commit 31406a70bc

View File

@ -28,6 +28,10 @@ img.icon {
#notifications {
margin: 0;
padding: 0;
li:first-child {
border-top: 2px solid @colorPetrol;
}
}
#notifications > li {