/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/_templates/layout.html

  • Committer: Andrew Bennetts
  • Date: 2009-11-18 02:08:40 UTC
  • mto: This revision was merged to the branch mainline in revision 4811.
  • Revision ID: andrew.bennetts@canonical.com-20091118020840-c7ua5h5a1bpa1k16
Make sphinx respect 'loweralpha' style lists (a,b,... rather than 1,2,...).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "!layout.html" %}
2
2
 
 
3
{% block linktags %}
 
4
{{ super() }}
 
5
<link rel="stylesheet" href="_static/bzr-doc.css" type="text/css" />
 
6
{% endblock %}
 
7
 
3
8
{% block rootrellink %}
4
9
<li><a href="http://bazaar-vcs.org/">
5
10
    <img src="{{ pathto("_static/bzr icon 16.png", 1) }}" /> Home</a>&nbsp;|&nbsp;</li>