~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: John Arbash Meinel
  • Date: 2006-10-16 01:25:46 UTC
  • mfrom: (2071 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2080.
  • Revision ID: john@arbash-meinel.com-20061016012546-d01a0740671b4d73
[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: 140%
 
12
  line-height: 180%
13
13
  }
14
14
 
15
15
/* p {
111
111
 
112
112
tt, .literal-block {
113
113
  font-family: monospace;
114
 
  line-height: 100%
115
114
  }
116
115
 
117
116
tt {
121
120
 
122
121
.literal-block {
123
122
  margin-left: 5em;
124
 
  margin-right: 5em;
125
123
  color: #000000;
126
124
  font-weight: normal;
127
125
  background-color: #c1d1ff;
144
142
  color: #b52727;
145
143
  text-decoration: none;
146
144
  }
147
 
 
148
 
span, th.field-name {
149
 
  white-space: nowrap;
150
 
}