LCOL.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* <pre> */ | |||
#mw-content-text p { | #mw-content-text p { | ||
text-align: justify; | text-align: justify; | ||
Line 7: | Line 8: | ||
font-size: 200%; | font-size: 200%; | ||
} | } | ||
/* </pre> */ | |||
/* <noinclude>[[Category:StyleSheets]]</noinclude> */ | /* <noinclude>[[Category:StyleSheets]]</noinclude> */ |
Revision as of 18:04, 2 July 2023
/*
*/ #mw-content-text p { text-align: justify; font-size: 150%; text-indent: 2em; } a { font-size: 200%; } /*
*/
/* */