10 lines
124 B
CSS
10 lines
124 B
CSS
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
#content,
|
|
#org-div-home-and-up,
|
|
#postamble {
|
|
margin: 0 auto;
|
|
width: 700px;
|
|
}
|