diff options
Diffstat (limited to 'res/admin.css')
-rw-r--r-- | res/admin.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/res/admin.css b/res/admin.css new file mode 100644 index 0000000..64b6fc8 --- /dev/null +++ b/res/admin.css @@ -0,0 +1,13 @@ + +body{ + background:#3a3a3a; +} + +#container{ + background:white; + margin-top:0; + min-height:100%; + padding:10px; + box-sizing: border-box; +} + |