Difference between revisions of "MediaWiki:Code.css"
(Created page with ".mw-body p { font-family: freeserif; font-size: 17pt; text-indent: 0.00cm; text-align: left; font-weight: normal; line-height: 1.2em; margin: 0.3em...") |
m |
||
Line 9: | Line 9: | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
letter-spacing: 0px; | letter-spacing: 0px; | ||
+ | } | ||
+ | |||
+ | b { | ||
+ | font-family: freeserif; | ||
+ | font-size: 25pt; | ||
} | } |
Revision as of 14:35, 23 February 2018
.mw-body p {
font-family: freeserif;
font-size: 17pt;
text-indent: 0.00cm;
text-align: left;
font-weight: normal;
line-height: 1.2em;
margin: 0.3em 0 0 0;
white-space: pre-wrap;
letter-spacing: 0px;
}
b {
font-family: freeserif;
font-size: 25pt;
}