Use new core navigation template tag

This commit is contained in:
Ben Word
2015-01-18 04:18:11 -06:00
parent 77e9cba688
commit d328bfec91
3 changed files with 13 additions and 14 deletions

View File

@@ -9,12 +9,6 @@
.alignright {
margin-bottom: (@line-height-computed / 2);
}
figure.alignnone {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
@media (min-width: @screen-sm-min) {
// Only float images if not on an extra small device like smartphones
.alignleft {
@@ -26,3 +20,14 @@ figure.alignnone {
margin-left: (@line-height-computed / 2);
}
}
figure.alignnone {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.screen-reader-text {
&:extend(.sr-only all);
&:extend(.sr-only-focusable all);
}