summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2006-12-22 00:44:32 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2006-12-22 00:44:32 (UTC)
commitc43f1246cb759eb811ab0ebef0613b86dda99581 (patch) (unidiff)
tree1c237eb024ff7c2b669aa0ee1a00247d78dd9591 /cgit.css
parent2efee09abe28ecd2719201da6cd9915f14d93a56 (diff)
downloadcgit-c43f1246cb759eb811ab0ebef0613b86dda99581.zip
cgit-c43f1246cb759eb811ab0ebef0613b86dda99581.tar.gz
cgit-c43f1246cb759eb811ab0ebef0613b86dda99581.tar.bz2
Minor style fixes
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/cgit.css b/cgit.css
index 85815c1..459dca7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,123 +1,123 @@
1body { 1body {
2 font-family: arial; 2 font-family: arial;
3 font-size: normal; 3 font-size: normal;
4 background: white; 4 background: white;
5 padding: 0em; 5 padding: 0em;
6 margin: 0.5em 1em; 6 margin: 0.5em 1em;
7} 7}
8 8
9 9
10h2 { 10h2 {
11 font-size: normal; 11 font-size: 100%;
12 font-weight: bold; 12 font-weight: bold;
13 margin-bottom: 0.1em; 13 margin-bottom: 0.1em;
14} 14}
15 15
16a { 16a {
17 color: blue; 17 color: blue;
18 text-decoration: none; 18 text-decoration: none;
19} 19}
20 20
21a:hover { 21a:hover {
22 text-decoration: underline; 22 text-decoration: underline;
23} 23}
24 24
25table.list { 25table.list {
26 border: solid 1px black; 26 border: solid 1px black;
27 border-collapse: collapse; 27 border-collapse: collapse;
28 border: solid 1px #aaa; 28 border: solid 1px #aaa;
29} 29}
30table.list tr { 30table.list tr {
31 background: white; 31 background: white;
32} 32}
33table.list tr:hover { 33table.list tr:hover {
34 background: #eee; 34 background: #eeb;
35} 35}
36table.list th { 36table.list th {
37 font-weight: bold; 37 font-weight: normal;
38 background: #ddd; 38 background: #ddd;
39 border-bottom: solid 1px #aaa; 39 border-bottom: solid 1px #aaa;
40 padding: 0.1em 0.5em 0.1em 0.5em; 40 padding: 0.1em 0.5em 0.1em 0.5em;
41 vertical-align: baseline; 41 vertical-align: baseline;
42} 42}
43table.list td { 43table.list td {
44 border: none; 44 border: none;
45 padding: 0.1em 0.5em 0.1em 0.5em; 45 padding: 0.1em 0.5em 0.1em 0.5em;
46} 46}
47img { 47img {
48 border: none; 48 border: none;
49} 49}
50 50
51 51
52div#header { 52div#header {
53 background-color: #eee; 53 background-color: #ddd;
54 padding: 0.25em 0.25em 0.25em 0.5em; 54 padding: 0.25em 0.25em 0.25em 0.5em;
55 font-size: 150%; 55 font-size: 150%;
56 font-weight: bold; 56 font-weight: bold;
57 border: solid 1px #ccc; 57 border: solid 1px #aaa;
58 vertical-align: middle; 58 vertical-align: middle;
59 margin-bottom: 2em;
59} 60}
60div#header img#logo { 61div#header img#logo {
61 float: right; 62 float: right;
62} 63}
63div#header a { 64div#header a {
64 color: black; 65 color: black;
65} 66}
66 67
67div#content { 68div#content {
68 margin: 0.5em 0.5em; 69 margin: 0.5em 0.5em;
69} 70}
70 71
71div#blob { 72div#blob {
72 border: solid 1px black; 73 border: solid 1px black;
73} 74}
74 75
75div.error { 76div.error {
76 color: red; 77 color: red;
77 font-weight: bold; 78 font-weight: bold;
78 margin: 1em 2em; 79 margin: 1em 2em;
79} 80}
80div.ls-blob, div.ls-dir { 81div.ls-blob, div.ls-dir {
81 font-family: monospace; 82 font-family: monospace;
82} 83}
83div.ls-dir a { 84div.ls-dir a {
84 font-weight: bold; 85 font-weight: bold;
85} 86}
86th.filesize, td.filesize { 87th.filesize, td.filesize {
87 text-align: right; 88 text-align: right;
88} 89}
89td.filesize { 90td.filesize {
90 font-family: monospace; 91 font-family: monospace;
91} 92}
92td.filemode { 93td.filemode {
93 font-family: monospace; 94 font-family: monospace;
94} 95}
95 96
96td.blob { 97td.blob {
97 white-space: pre; 98 white-space: pre;
98 font-family: courier; 99 font-family: monospace;
99 font-size: 100%;
100 background-color: white; 100 background-color: white;
101} 101}
102 102
103table.nowrap td { 103table.nowrap td {
104 white-space: nowrap; 104 white-space: nowrap;
105} 105}
106 106
107table.commit-info { 107table.commit-info {
108 border-collapse: collapse; 108 border-collapse: collapse;
109 margin-top: 1.5em; 109 margin-top: 1.5em;
110} 110}
111table.commit-info th { 111table.commit-info th {
112 text-align: left; 112 text-align: left;
113 font-weight: normal; 113 font-weight: normal;
114 padding: 0.1em 1em 0.1em 0.1em; 114 padding: 0.1em 1em 0.1em 0.1em;
115} 115}
116table.commit-info td { 116table.commit-info td {
117 font-weight: normal; 117 font-weight: normal;
118 padding: 0.1em 1em 0.1em 0.1em; 118 padding: 0.1em 1em 0.1em 0.1em;
119} 119}
120div.commit-subject { 120div.commit-subject {
121 font-weight: bold; 121 font-weight: bold;
122 font-size: 125%; 122 font-size: 125%;
123 margin: 1.5em 0em 0.5em 0em; 123 margin: 1.5em 0em 0.5em 0em;