3,082
edits
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
a.selflink{text-decoration:none} | a.selflink{text-decoration:none} | ||
a.new{color:#B55} /* faded red for red links, we don't want too much visual attention on them */ | a.new{color:#B55} /* faded red for red links, we don't want too much visual attention on them */ | ||
.mw-parser-output li {line-height:1. | .mw-parser-output li, | ||
.mw-parser-output li:last-child{line-height:1.4em; margin-bottom:0.6em}/*spacing for bullet points*/ | |||
.wikitable ul { margin:0 0 0 0.7em } /* less spacing for bullet points in tables */ | .wikitable ul { margin:0 0 0 0.7em } /* less spacing for bullet points in tables */ | ||
.wikitable li { margin:0 } | .wikitable li { margin:0 } | ||
| Line 48: | Line 49: | ||
.no-bold-th th { font-weight:normal } /* sometimes you don't want table headers to be bolded, because some other cells need the emphasis instead */ | .no-bold-th th { font-weight:normal } /* sometimes you don't want table headers to be bolded, because some other cells need the emphasis instead */ | ||
.mw-parser-output dl: | .mw-parser-output dl {margin-left:0} | ||
.mw-parser-output dd {margin-left:1em} /* some skins do some bullshit that ruins my content's indenting. Undo that shit */ | |||