diff options
author | Vincent Ambo <vincent@kivra.com> | 2015-11-21T16·25+0100 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2015-11-21T16·25+0100 |
commit | 6201e24c0bcd45c7ee8916127dab8e25aae78050 (patch) | |
tree | 17077db06107ea2687e39aa3f79779cdbdcb8dfe /res/admin.css | |
parent | 9f33d98db59d6c5c1997ce55eb7be219089bd8b0 (diff) |
[res] Remove some unnecessary files
Diffstat (limited to 'res/admin.css')
-rw-r--r-- | res/admin.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/admin.css b/res/admin.css index 2eb375dd148a..10980dc9e4c1 100644 --- a/res/admin.css +++ b/res/admin.css @@ -1,7 +1,6 @@ @charset "UTF-8"; /* CSS Document */ - body { padding-top: 20px; font-family: 'PT Sans', sans-serif; @@ -19,7 +18,7 @@ body { background-color: rgb(245,245,245); } -.loginBox { +.loginBox { width: 400px; margin: 0 auto; } @@ -31,7 +30,7 @@ body { font-size: 12px; padding-left: 20px; padding-top: 11px; - background: url(/res/loginBoxTop.png); + background: url(/static/loginBoxTop.png); } .loginBoxMiddle { |