26 lines
499 B
Text
26 lines
499 B
Text
/**
|
|
* This file provides the design styles for the direct / menu jump links.
|
|
*
|
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
|
*/
|
|
|
|
.nav-usertools {
|
|
ul{
|
|
float: right;
|
|
li{
|
|
display: inline-block;
|
|
float: right;
|
|
border: 1px solid @color-border;
|
|
*{
|
|
font-size: .8rem;
|
|
}
|
|
a{
|
|
.fontello();
|
|
&.register{
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|