From: Charles McGarvey Date: Thu, 13 Oct 2011 04:09:15 +0000 (-0600) Subject: add simple footer to template X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=commitdiff_plain;h=ce10e1dfe911071e99c51edbcd34b74b2615f847;ds=sidebyside add simple footer to template --- diff --git a/root/static/css/common.css b/root/static/css/common.css index 2e378b5..61d896a 100644 --- a/root/static/css/common.css +++ b/root/static/css/common.css @@ -9,6 +9,11 @@ img { border: 0; } +hr { + border: 0; + border-bottom: 1px solid gray; +} + a { text-decoration: none; } @@ -47,3 +52,10 @@ a:hover { font-size: 1.3em; } +#footer { + padding: 0; + height: 31px; + line-height: 31px; + font-size: 0.8em; +} + diff --git a/root/static/img/btn_120x50_built_shadow.png b/root/static/img/btn_120x50_built_shadow.png deleted file mode 100644 index 15142fe..0000000 Binary files a/root/static/img/btn_120x50_built_shadow.png and /dev/null differ diff --git a/root/static/img/btn_88x31_built_shadow.png b/root/static/img/btn_88x31_built_shadow.png new file mode 100644 index 0000000..ccf4624 Binary files /dev/null and b/root/static/img/btn_88x31_built_shadow.png differ diff --git a/root/tt/wrapper.tt b/root/tt/wrapper.tt index cfcaf5b..951a19e 100644 --- a/root/tt/wrapper.tt +++ b/root/tt/wrapper.tt @@ -11,6 +11,15 @@
[% content %] +
+