/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/default.css

  • Committer: Marius Kruger
  • Date: 2007-08-12 08:15:15 UTC
  • mfrom: (2695 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2979.
  • Revision ID: amanic@gmail.com-20070812081515-vgekipfhohcuj6rn
merge with 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;
142
144
  color: #b52727;
143
145
  text-decoration: none;
144
146
  }
 
147
 
 
148
span, th.field-name {
 
149
  white-space: nowrap;
 
150
}