commit
7b7547aa00
|
@ -157,8 +157,21 @@ nav.main_menu {
|
||||||
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
|
||||||
@include shade;
|
@include shade;
|
||||||
.count {
|
.count {
|
||||||
margin-left:3px;
|
position: relative;
|
||||||
color: #aaa;
|
top: -1px;
|
||||||
|
display: inline-block;
|
||||||
|
height: 15px;
|
||||||
|
margin: 0 0 0 5px;
|
||||||
|
padding: 0 8px 1px 8px;
|
||||||
|
height: auto;
|
||||||
|
font-size: 0.82em;
|
||||||
|
line-height: 14px;
|
||||||
|
text-align: center;
|
||||||
|
color: #777;
|
||||||
|
background: #f2f2f2;
|
||||||
|
border-top: 1px solid #CCC;
|
||||||
|
border-radius: 8px;
|
||||||
|
-moz-border-radius: 8px;
|
||||||
}
|
}
|
||||||
.label {
|
.label {
|
||||||
background:$hover;
|
background:$hover;
|
||||||
|
|
Loading…
Reference in a new issue