.subscriptions {
padding: 0;
margin: 0;
list-style: none;
float: right;
top: 85px;
margin-right: -55px;
ul.menu {
list-style: none;
margin: 0;
padding: 0;
ul {
list-style: none;
margin-left: 0;
margin-top: 0;
}
li {
a:before, .item:before, .separator:before {
display: none;
}
a, .item, .separator {
color: @noctis;
font-size: 1em;
font-family: @menuFontFamily;
display: block;
font-weight: bold;
&:hover {
color: @socialblue !important;
}
}
&.current, &#current {
> a, > .item, > .separator {
color: @socialblue !important;
}
}
}
}
}
Time to create page: 0.066 seconds