MediaWiki:Vector.css: Difference between revisions

Want an adless experience? Log in or Create an account.
fix font size and padding changes brought by zi5 theme
m (fix tab height)
(fix font size and padding changes brought by zi5 theme)
Line 4: Line 4:
   div#footer, #mw-head-base, div#content { margin-left: 305px; }
   div#footer, #mw-head-base, div#content { margin-left: 305px; }
   #left-navigation { margin-left: 305px; }
   #left-navigation { margin-left: 305px; }
}
/* Fix font size */
#mw-panel .portal .body li, #mw-panel .portal h3, .mw-body-content { font-size: 1em; }
/* Fix padding */
@media (min-width: 768px) {
  #content { padding: 1.25em 1.5em 1.5em 1.5em; }
}
}