MediaWiki:WikiBound.css: Difference between revisions

bugfixing
No edit summary
(bugfixing)
Line 1: Line 1:
/* CSS placed here will affect all users of the WikiBound skin */
/* Fixes */
/** Logo **/
#p-logo a, #p-logo a:hover {
#p-logo a, #p-logo a:hover {
     display: block;
     display: block;
Line 6: Line 11:
     background-position: 35% 50% !important;
     background-position: 35% 50% !important;
     text-decoration: none;
     text-decoration: none;
}
/** Italicize recent changes comments **/
.comment {
  color:#000000; font-style: italic;
}
.autocomment {
  color:#000000; font-style: italic;
}
}