.contextualNav {
min-width: 200px;
height: auto;
margin: 0;
position: absolute;
top: 10px;
right: -10px;
li {
border-left: 1px solid @lightgrey;
display: inline-block;
line-height: 10px;
.lte8 & {
display: inline;
}
}
/* The above code will render */
.contextualNav {
min-width: 200px;
height: auto;
margin: 0;
position: absolute;
top: 10px;
right: -10px;
}
.contextualNav li {
border-left: 1px solid @lightgrey;
display: inline-block;
line-height: 10px;
}
.lte8 .contextualNav li {
display: inline;
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.