Difference between revisions of "MediaWiki:Vector.css"
From Summertime Saga Wiki
Line 1: | Line 1: | ||
− | .mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { | + | .mw-body-content h1, |
+ | .mw-body-content h2, | ||
+ | .mw-body-content h3, | ||
+ | .mw-body-content h4, | ||
+ | .mw-body-content h5, | ||
+ | .mw-body-content h6 { | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .mw-content-ltr .mw-editsection, | ||
+ | .mw-content-rtl .mw-content-ltr .mw-editsection { | ||
position: absolute; | position: absolute; | ||
margin: 0; | margin: 0; |
Revision as of 04:29, 18 September 2017
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 { position: relative; } .mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { position: absolute; margin: 0; right: 0; bottom: 7px; }