~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/_static/bzr-doc.css

  • 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
 
 
2
ol.loweralpha {
 
3
  list-style-type: lower-alpha;
 
4
}