##// END OF EJS Templates
add strict arg to css_js setup decorator...
add strict arg to css_js setup decorator and attempt to build css on build_by (install)

File last commit:

r17292:71d7642b
r17343:90a936bd
Show More
notificationwidget.less
13 lines | 281 B | text/x-less | LessCssLexer
.notification_widget {
color: @navbar-default-link-color;
padding: 1px 12px;
margin: 2px 4px;
z-index: 10;
border: 1px solid #ccc;
border-radius: @border-radius-base;
background: @notification_widget_bg;
&.span {
padding-right:2px;
}
}