Mercurial > hg-website
changeset 324:6a2a8d386278
Add a sidebar div so we can tweak styles more easily.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 12 Nov 2009 22:00:42 -0500 |
parents | 6079e2d98852 |
children | 92900603186d |
files | static/css/styles.css templates/base.html |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/static/css/styles.css Thu Nov 12 21:53:11 2009 -0500 +++ b/static/css/styles.css Thu Nov 12 22:00:42 2009 -0500 @@ -99,6 +99,7 @@ /* * Sidebar */ +div#sidebar h1 { font-size: 1.5em; } ul.sidebar-toc { list-style-type: none; margin-left: 0;} ul.sidebar-toc ul { list-style-type: none; text-indent: -1em;}
--- a/templates/base.html Thu Nov 12 21:53:11 2009 -0500 +++ b/templates/base.html Thu Nov 12 22:00:42 2009 -0500 @@ -55,6 +55,7 @@ {% endblock %} </div> <div class="col"> + <div id="sidebar"> {% block sidebar %} <a class="download typeface-js" href="#" onClick="javascript:dl.os_link()"> <strong>Download now</strong> @@ -72,6 +73,7 @@ <dd><a href="/downloads">other</a></dd> </dl> {% endblock %} + </div> </div> </div> {% endblock %}