Mercurial > planet-ubiquity-redesign
changeset 36:9321768ee29b
Added a footer at the bottom of planet that links to the docs.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 03 Mar 2009 10:49:22 -0800 |
parents | 722b7bdf055a |
children | 35deb244a49c |
files | planet.css planet.html |
diffstat | 2 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/planet.css Tue Mar 03 10:25:33 2009 -0800 +++ b/planet.css Tue Mar 03 10:49:22 2009 -0800 @@ -120,3 +120,18 @@ .build-success { background-color: #00ff00; } + +#footer { + clear: both; + background-color: black; + color: white; + width: 100% +} + +.footer-content a { + color: white; +} + +.footer-content { + padding: 6pt; +}
--- a/planet.html Tue Mar 03 10:25:33 2009 -0800 +++ b/planet.html Tue Mar 03 10:49:22 2009 -0800 @@ -47,6 +47,11 @@ </div> </div> </div> + <div id="footer"> + <div class="footer-content"> + This is an experimental redesign. You can read the documentation <a href="docs.html" target="_blank">here</a>. + </div> + </div> </div> </body> <script src="jquery.js"></script>