~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: John Arbash Meinel
  • Date: 2006-11-10 15:38:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2129.
  • Revision ID: john@arbash-meinel.com-20061110153816-46acf76fc86a512b
use try/finally to clean up a nested progress bar during weave fetching

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;