Jump to content

MediaWiki:Common.css: Difference between revisions

Bullet spacing in tables
No edit summary
(Bullet spacing in tables)
Line 37: Line 37:


.fullWidth img { width:100%; height:auto } /* fitting an image to full page width on desktop mode (i dont know why tf this isn't already a built-in option in mediawiki tbh): */
.fullWidth img { width:100%; height:auto } /* fitting an image to full page width on desktop mode (i dont know why tf this isn't already a built-in option in mediawiki tbh): */
li { line-height:1.2em; margin:0.8em 0 } /* spacing for bullet points */
.wikitable ul { margin:0 0 0 0.7em }
.wikitable li { margin:0 }


.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 */
li { line-height:1.2em; margin:0.8em 0 } /* spacing for bullet points */


a.new{color:#B55} /* draw less attention to red links, visually */
a.new{color:#B55} /* draw less attention to red links, visually */