Difference between revisions of "MediaWiki:Common.css"
From LMU BioDB 2013
(More specificity.) |
(Last tweak now. Really.) |
||
Line 5: | Line 5: | ||
} | } | ||
+ | /* A little table compensation. */ | ||
.mw-content-ltr table p + ul { | .mw-content-ltr table p + ul { | ||
− | margin-top: - | + | margin-top: -3px; |
} | } |
Revision as of 07:06, 27 August 2013
/* CSS placed here will be applied to all skins */ .toc-container { float: right; margin-left: 20px; } /* A little table compensation. */ .mw-content-ltr table p + ul { margin-top: -3px; }