Module:Navbar/styles.css: Difference between revisions
ok, not html character references
(add brackets in css) |
(ok, not html character references) |
||
Line 12: | Line 12: | ||
.navbar-boxtext { | .navbar-boxtext { | ||
word-spacing: 0; | word-spacing: 0; | ||
} | } | ||
Line 36: | Line 26: | ||
white-space: nowrap; | white-space: nowrap; | ||
line-height: inherit; | line-height: inherit; | ||
} | |||
.navbar ul::before { | |||
margin-right: -0.125em; | |||
content: '[ '; | |||
} | |||
.navbar ul::after { | |||
margin-left: -0.125em; | |||
content: ' ]'; | |||
} | } | ||