Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 13: Line 13:
   margin: 0;
   margin: 0;
   right: 0;
   right: 0;
   bottom: 7px;
   bottom: 6px;
  font-size: 12px;
}
}

Revision as of 03: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: 6px;
  font-size: 12px;
}