summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 7b8e468..85815c1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -39,129 +39,129 @@ table.list th {
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: #eee;
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 #ccc;
58 vertical-align: middle; 58 vertical-align: middle;
59} 59}
60div#header img#logo { 60div#header img#logo {
61 float: right; 61 float: right;
62} 62}
63div#header a { 63div#header a {
64 color: black; 64 color: black;
65} 65}
66 66
67div#content { 67div#content {
68 margin: 0.5em 0.5em; 68 margin: 0.5em 0.5em;
69} 69}
70 70
71div#blob { 71div#blob {
72 border: solid 1px black; 72 border: solid 1px black;
73} 73}
74 74
75div.error { 75div.error {
76 color: red; 76 color: red;
77 font-weight: bold; 77 font-weight: bold;
78 margin: 1em 2em; 78 margin: 1em 2em;
79} 79}
80div.ls-blob, div.ls-dir { 80div.ls-blob, div.ls-dir {
81 font-family: monospace; 81 font-family: monospace;
82} 82}
83div.ls-dir a { 83div.ls-dir a {
84 font-weight: bold; 84 font-weight: bold;
85} 85}
86th.filesize, td.filesize { 86th.filesize, td.filesize {
87 text-align: right; 87 text-align: right;
88} 88}
89td.filesize { 89td.filesize {
90 font-family: monospace; 90 font-family: monospace;
91} 91}
92td.filemode { 92td.filemode {
93 font-family: monospace; 93 font-family: monospace;
94} 94}
95 95
96td.blob { 96td.blob {
97 white-space: pre; 97 white-space: pre;
98 font-family: courier; 98 font-family: courier;
99 font-size: 100%; 99 font-size: 100%;
100 background-color: white; 100 background-color: white;
101} 101}
102 102
103table.log 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;
124 padding: 0em; 124 padding: 0em;
125} 125}
126div.commit-msg { 126div.commit-msg {
127 white-space: pre; 127 white-space: pre;
128 font-family: monospace; 128 font-family: monospace;
129} 129}
130table.diffstat { 130table.diffstat {
131 border-collapse: collapse; 131 border-collapse: collapse;
132 margin-top: 1.5em; 132 margin-top: 1.5em;
133} 133}
134table.diffstat th { 134table.diffstat th {
135 font-weight: normal; 135 font-weight: normal;
136 text-align: left; 136 text-align: left;
137 text-decoration: underline; 137 text-decoration: underline;
138 padding: 0.1em 1em 0.1em 0.1em; 138 padding: 0.1em 1em 0.1em 0.1em;
139 font-size: 100%; 139 font-size: 100%;
140} 140}
141table.diffstat td { 141table.diffstat td {
142 padding: 0.1em 1em 0.1em 0.1em; 142 padding: 0.1em 1em 0.1em 0.1em;
143 font-size: 100%; 143 font-size: 100%;
144} 144}
145table.diffstat td span.modechange { 145table.diffstat td span.modechange {
146 padding-left: 1em; 146 padding-left: 1em;
147 color: red; 147 color: red;
148} 148}
149table.diffstat td.add a { 149table.diffstat td.add a {
150 color: green; 150 color: green;
151} 151}
152table.diffstat td.del a { 152table.diffstat td.del a {
153 color: red; 153 color: red;
154} 154}
155table.diffstat td.upd a { 155table.diffstat td.upd a {
156 color: blue; 156 color: blue;
157} 157}
158table.diffstat td.summary { 158table.diffstat td.summary {
159 /* border-top: solid 1px black; */ 159 /* border-top: solid 1px black; */
160 color: #888; 160 color: #888;
161 padding-top: 0.5em; 161 padding-top: 0.5em;
162} 162}
163 163
164table.diff td { 164table.diff td {
165 border: solid 1px black; 165 border: solid 1px black;
166 font-family: monospace; 166 font-family: monospace;
167 white-space: pre; 167 white-space: pre;