Difference between revisions of "User:Kernigh/monobook.css"

From RogueBasin
Jump to navigation Jump to search
m (Enable tagline for my JS.)
 
(No difference)

Latest revision as of 04:13, 20 August 2006

/*
 * display tagline below main article header
 * this code swiped from http://nethack.wikia.com/wiki/Monobook.css
 */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}