MediaWiki:Monobook.css: Difference between revisions

From Jade Tower
No edit summary
No edit summary
Line 5: Line 5:
}
}


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

Revision as of 10:41, 8 May 2007

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

h3 {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}