f8adc5c231f3 webui
Add a footer.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 14 Oct 2009 19:39:07 -0400 |
parents | 43d109fde61e |
children | 5c62a1333e54 |
branches/tags | webui |
files | review/web_media/style.css review/web_templates/base.html |
Changes
--- a/review/web_media/style.css Wed Oct 14 19:08:14 2009 -0400 +++ b/review/web_media/style.css Wed Oct 14 19:39:07 2009 -0400 @@ -14,6 +14,11 @@ color: #fff; border-bottom: 1px solid #114700; } +div#footer { + color: #666; + text-align: center; + font-style: italic; +} /* Links. */ a {
--- a/review/web_templates/base.html Wed Oct 14 19:08:14 2009 -0400 +++ b/review/web_templates/base.html Wed Oct 14 19:39:07 2009 -0400 @@ -15,6 +15,9 @@ </div> <div id="main-wrap"> $:{ content } + <div id="footer"> + <p>reviewing: ${ rd.target.root }</p> + </div> </div> </body> </html> \ No newline at end of file