~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to doc/bazaar/texmacs.css

  • Committer: David Allouche
  • Date: 2006-02-17 00:49:50 UTC
  • mfrom: (0.2.9 bzr-launchpad)
  • mto: This revision was merged to the branch mainline in revision 3511.
  • Revision ID: david.allouche@canonical.com-20060217004950-d89e0bcbf359575e
merge TheBazaar documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body { font-size: medium }
 
2
 
 
3
div.figure-body, div.figure-caption { text-align: center }
 
4
 
 
5
div.figure-caption {
 
6
    font-size: small;
 
7
    margin-top: 0.5em;
 
8
}
 
9
 
 
10
div.big-figure {
 
11
    margin-top: 1.3em;
 
12
    margin-bottom: 1.3em;
 
13
}
 
14
 
 
15
.dark-red { color: #900 }
 
16
 
 
17
.red { color: #F00 }
 
18
 
 
19
span.small-caps { font-variant: small-caps }
 
20
 
 
21
div.error { font-size: large; color: red; }
 
22
 
 
23
h1 { text-align: center }
 
24
 
 
25
dt { font-weight: bold }