]> Dogcows Code - chaz/chatty/commitdiff
add simple footer to template
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 13 Oct 2011 04:09:15 +0000 (22:09 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 13 Oct 2011 04:09:15 +0000 (22:09 -0600)
root/static/css/common.css
root/static/img/btn_120x50_built_shadow.png [deleted file]
root/static/img/btn_88x31_built_shadow.png [new file with mode: 0644]
root/tt/wrapper.tt

index 2e378b5a2124391b42c36d7dcb99e46cd6689968..61d896a843e6d81df080f5d44695fed8cf3f5188 100644 (file)
@@ -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 (file)
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 (file)
index 0000000..ccf4624
Binary files /dev/null and b/root/static/img/btn_88x31_built_shadow.png differ
index cfcaf5bd5319af617fae4832b72337a7eca43c78..951a19e4fb007c5bb161ff8e7f595c7e81736687 100644 (file)
                <div id="outer">
                        <div id="inner">
 [% content %]
+                               <hr>
+                               <div id="footer">
+                                       Copyright &copy; 2011 Charles McGarvey. Some rights reserved.
+                                       <div class="right">
+                                               <a href="http://www.catalystframework.org/">
+                                                       <img src="[% c.uri_for('static/img/btn_88x31_built_shadow.png') %]">
+                                               </a>
+                                       </div>
+                               </div>
                        </div>
                </div>
                <script type="text/javascript" src="[% static('js/jquery.tools-1.2.6.min.js') %]"></script>
This page took 0.02023 seconds and 4 git commands to generate.