##// END OF EJS Templates
Merge pull request #5759 from minrk/travis-3.4...
Merge pull request #5759 from minrk/travis-3.4 test with Python 3.4 on Travis

File last commit:

r15115:abcf96b3
r16553:51fb84bb merge
Show More
notificationwidget.less
13 lines | 270 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbarLinkColor;
padding: 1px 12px;
margin: 2px 4px;
z-index: 10;
border: 1px solid #ccc;
border-radius: @baseBorderRadius;
background: rgba(240, 240, 240, 0.5);
&.span {
padding-right:2px;
}
}