MediaWiki:Monobook.css: Difference between revisions

From Jade Tower
No edit summary
No edit summary
Line 8: Line 8:
     font-size: 15px;
     font-size: 15px;
     font-weight: normal;
     font-weight: normal;
     font-style: italic;
     font-style: normal;
    font-family: georgia, times, serif;
}
}

Revision as of 10:43, 8 May 2007

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

h3 {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-family: georgia, times, serif;
}