/[refeed]/trunk/introspect/style.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/introspect/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Jul 5 00:27:49 2006 UTC (17 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 520 byte(s)
make working copy of trunk
1 body
2 {
3 font-family: sans-serif;
4 font-size: 12px;
5 }
6
7 table { border-collapse: collapse; }
8 td { border-top: 1px dashed #ddd; }
9
10 td, th
11 {
12 padding: 4px;
13 vertical-align: top;
14 }
15
16 td.value
17 {
18 font-family: Monaco, monospace;
19 font-size: 11px;
20 }
21
22 td.value.number { text-align: right; }
23 td.value.number.above { background-color: #fdd; }
24 td.value.number.max { background-color: #faa; }
25 td.value.number.min { background-color: #cfc; }
26
27 td.value.text
28 {
29 text-align: left;
30 white-space: pre;
31 }
32
33 th, td.label { text-align: left; }

  ViewVC Help
Powered by ViewVC 1.1.26