Module:Navbar/styles.css: Difference between revisions
adj |
Metriximor (talk | contribs) m 1 revision imported |
||
| Line 33: | Line 33: | ||
.navbar li { | .navbar li { | ||
word-spacing: -0.125em; | word-spacing: -0.125em; | ||
} | } | ||
| Line 57: | Line 52: | ||
} | } | ||
/* | /* Navbar styling when nested in infobox and navbox | ||
Should consider having a separate TemplateStyles for those specific places | |||
using an infobox/navbox and a navbar, or possibly override from using template */ | |||
.infobox .navbar { | |||
font-size: 100%; | |||
} | } | ||
.navbox .navbar { | |||
display: block; | |||
font-size: 100%; | |||
} | } | ||
@ | .navbox-title .navbar { | ||
/* @noflip */ | |||
float: left; | |||
/* @noflip */ | |||
text-align: left; | |||
/* @noflip */ | |||
margin-right: 0.5em; | |||
} | } | ||