Mercurial > hg-website
diff templates/base.html @ 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 | 6916a7e4fbf0 |
children |
line wrap: on
line diff
--- 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 %}