User:Mip/common.css: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:


#content h4,h5 {font-style: italic}
#content h4,h5 {font-style: italic}

code {
border: 1px solid #DDDDDD;
border-radius: 2px;
padding: 1px 4px;
}

Revision as of 18:16, 17 January 2014

/***** Increase default text size ****/
/* Easiest & best solution - override the default setting #bodyContent {font-size: 0.8em} in the default stylesheet.
 * Other solutions:
 * - override #content: cause a misalignement between body and navigation
 */
#bodyContent {font-size: 0.88em}
body.page-Main_Page #bodyContent {font-size: 0.8em}

#content h4,h5 {font-style: italic}

code {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    padding: 1px 4px;
}