/venus

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/venus/

« back to all changes in this revision

Viewing changes to docs/docs.css

  • Committer: Sam Ruby
  • Date: 2008-04-30 16:50:39 UTC
  • Revision ID: rubys@intertwingly.net-20080430165039-af51h358acea3yej
Align definition list terms

Show diffs side-by-side

added added

removed removed

80
80
  margin-top: 1em;
81
81
}
82
82
 
83
 
dl.code > dt {
84
 
  font-family: monospace;
85
 
  font-size: large;
86
 
}
87
 
 
88
83
dl.compact > dt {
 
84
  clear: left;
89
85
  float: left;
90
86
  margin-bottom: 0;
91
87
  padding-right: 8px;