diff options
author | deva <deva> | 2009-04-28 18:59:36 +0000 |
---|---|---|
committer | deva <deva> | 2009-04-28 18:59:36 +0000 |
commit | 8ad91c8b87f58fe7d3cac44ae317caf98e82aa63 (patch) | |
tree | b367b7ed157060626a26bcca9a0727f4d3485373 /htdocs | |
parent | 94378f9408309fe74daaa424e4eabdfc1fe68621 (diff) |
Added close button to admin.
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/admin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htdocs/admin.css b/htdocs/admin.css index fe11c56..41ecde7 100644 --- a/htdocs/admin.css +++ b/htdocs/admin.css @@ -17,6 +17,10 @@ text-align: right; } +.admin .close { + text-align: right; +} + .admin .menu { background-image: none; border-bottom: solid blue 1px; |