mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
13 lines
173 B
CSS
13 lines
173 B
CSS
html { padding:10px; }
|
|
|
|
body {
|
|
border:0;
|
|
background:#fcfcfc;
|
|
font-family:monospace;
|
|
font-size:14px;
|
|
padding:10px;
|
|
line-height:1.35em;
|
|
margin:0;
|
|
padding:0;
|
|
}
|