6 lines
162 B
CSS
6 lines
162 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 {
|
|
margin: 0;
|
|
font-size: 15px;
|
|
}
|