~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: Robert Collins
  • Date: 2007-07-04 08:08:13 UTC
  • mfrom: (2572 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2587.
  • Revision ID: robertc@robertcollins.net-20070704080813-wzebx0r88fvwj5rq
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  margin-bottom: 70px;
10
10
  font-family: Verdana, Geneva, Arial, sans-serif;
11
11
  font-size: small;
12
 
  line-height: 180%
 
12
  line-height: 140%
13
13
  }
14
14
 
15
15
/* p {
111
111
 
112
112
tt, .literal-block {
113
113
  font-family: monospace;
 
114
  line-height: 100%
114
115
  }
115
116
 
116
117
tt {
120
121
 
121
122
.literal-block {
122
123
  margin-left: 5em;
 
124
  margin-right: 5em;
123
125
  color: #000000;
124
126
  font-weight: normal;
125
127
  background-color: #c1d1ff;