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

From NetHackWiki
Jump to navigation Jump to search
(textarea { font-size: small; })
 
(undo old Firefox search box alignment hacks, since it's aligned out of the box in Firefox 35.0)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/* no jumbo text please */
 
textarea {
 
textarea {
 
   font-size: small;
 
   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;
 
}
 
}

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;
}