Difference between revisions of "MediaWiki:Common.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (:S There we go.)
 
m
Line 3: Line 3:
     background: none ! important;
     background: none ! important;
     padding: 0 ! important;
     padding: 0 ! important;
}
.timestamp:hover span {
    display: inherit !important;
}
}

Revision as of 18:48, 26 March 2009

/** CSS placed here will be applied to all skins */
.plainlinksneverexpand, .plainlinksneverexpand a {
    background: none ! important;
    padding: 0 ! important;
}

.timestamp:hover span {
    display: inherit !important;
}