5 lines
144 B
CSS
5 lines
144 B
CSS
/* If the site managers don't specify a style sheet to use with the rich editor, we do just to make it readable. */
|
|
|
|
body {
|
|
font-size: 15px;
|
|
}
|