Difference between revisions of "User:Tungtn/vector.css"

From NetHackWiki
Jump to navigation Jump to search
(Hopefully fix new-style recent changes)
(undo old Firefox search box alignment hacks, since it's aligned out of the box in Firefox 35.0)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 10:49, 27 January 2015

/* no jumbo text please */
textarea {
  font-size: small;
}

/* vector style messes up new-style recent changes columns */
.page-Special_RecentChanges table.mw-enhanced-rc td:first-child {
  width: 16px !important;
}
.page-Special_RecentChanges table.mw-enhanced-rc td.mw-enhanced-rc {
  width: 32px !important;
}