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