MediaWiki:Common.css: Difference between revisions

m
Change again because I'm stupid and forgot to check if it was working for every li. Also, it's meant to add a line break, not "more space"
imported>Ttv pedro270707
m (Changed spritedoc-name from inline to inline-block to add a space between each li)
imported>Ttv pedro270707
m (Change again because I'm stupid and forgot to check if it was working for every li. Also, it's meant to add a line break, not "more space")
Line 64: Line 64:


.spritedoc-name {
.spritedoc-name {
display: inline-block;
display: block;
}
}