diff options
Diffstat (limited to 'root/static')
-rw-r--r-- | root/static/style/ttsite.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 2d1c734..6136357 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -1,7 +1,9 @@ /* begin changes obgr_seneca */ html, body { background: #ddd; + margin: 0; padding: 0; } +#mgnavdoc { margin: 10px; } #doc { -webkit-box-shadow: 0 0 10px #444; |