diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2010-12-21 09:13:18 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2010-12-21 09:13:18 +0000 |
commit | d7e5e964a5e07d7703bb76031aba1fdec32f7808 (patch) | |
tree | 19af2b8b51bd8af978b8ef6e37124e379679ae6c | |
parent | 306e372a1f1690456154e98e671f764395125742 (diff) | |
download | identity-d7e5e964a5e07d7703bb76031aba1fdec32f7808.tar identity-d7e5e964a5e07d7703bb76031aba1fdec32f7808.tar.gz identity-d7e5e964a5e07d7703bb76031aba1fdec32f7808.tar.bz2 identity-d7e5e964a5e07d7703bb76031aba1fdec32f7808.tar.xz identity-d7e5e964a5e07d7703bb76031aba1fdec32f7808.zip |
make the footer looks like the header for consistency
-rw-r--r-- | root/static/style/ttsite.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index c48ab81..e06357c 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -35,7 +35,7 @@ html, body { } #ft { - background: #fff; + background: #aaa; padding: 2px 20px 10px 20px; } |