~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Matt Nordhoff
  • Date: 2010-02-26 04:37:13 UTC
  • mfrom: (400 trunk)
  • mto: This revision was merged to the branch mainline in revision 401.
  • Revision ID: mnordhoff@mattnordhoff.com-20100226043713-7mw3r6dr9qowutmi
Merge trunk for NEWS

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;
24
25
}
 
26
.annoCont pre { margin: 0; }
25
27
.annoLine {
26
28
        text-align:right;
27
29
}