Template:Navbox with collapsible groups/styles.css: Difference between revisions
Jump to navigation
Jump to search
Template:Navbox with collapsible groups/styles.css (view source)
Revision as of 13:29, 15 July 2020
, 15 July 2020no edit summary
imported>Hb1290 (Created page with "→Default style for navigation boxes: .navbox { →Navbox container style: box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear:...") |
imported>Hb1290 No edit summary |
||
Line 127: | Line 127: | ||
/* @noflip */ | /* @noflip */ | ||
text-align: left; | text-align: left; | ||
} | |||
/* Style for horizontal lists (separator following item). | |||
@source mediawiki.org/wiki/Snippets/Horizontal_lists | |||
@revision 8 (2016-05-21) | |||
@author [[User:Edokter]] | |||
*/ | |||
.hlist dl, | |||
.hlist ol, | |||
.hlist ul { | |||
margin: 0; | |||
padding: 0; | |||
} | } |