~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/css/annotate.css

  • Committer: Michael Hudson
  • Date: 2008-09-30 03:05:31 UTC
  • mfrom: (226.1.3 fix-breadcrumbs)
  • Revision ID: michael.hudson@canonical.com-20080930030531-at8220tnkx9pvqcw
small fixes to the breadcrumbs in the --prefix case.
(thanks Matt Nordhoff for the prods)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
}
22
22
.annoLine, .annoCont {
23
23
        font:normal 12px/normal monospace;
24
 
        whitespace: pre;
25
24
}
26
 
.annoCont pre { margin: 0; }
27
25
.annoLine {
28
26
        text-align:right;
29
27
}