MediaWiki:Monobook.css: Difference between revisions

From Jade Tower
(New page: →‎CSS placed here will affect users of the Monobook skin: #bodyContent .plainlinks a { background: none !important; padding: 0; })
 
No edit summary
Line 3: Line 3:
     background: none !important;
     background: none !important;
     padding: 0;
     padding: 0;
}
.mw-headline {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}
}

Revision as of 10:40, 8 May 2007

/* CSS placed here will affect users of the Monobook skin */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0;
}

.mw-headline {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}