summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css17
1 files changed, 4 insertions, 13 deletions
diff --git a/cgit.css b/cgit.css
index 30fde03..cda437e 100644
--- a/cgit.css
+++ b/cgit.css
@@ -153,70 +153,61 @@ table#downloads {
153 border-collapse: collapse; 153 border-collapse: collapse;
154 border: solid 1px #777; 154 border: solid 1px #777;
155 margin-left: 0.5em; 155 margin-left: 0.5em;
156 margin-bottom: 0.5em; 156 margin-bottom: 0.5em;
157} 157}
158 158
159table#downloads th { 159table#downloads th {
160 background-color: #ccc; 160 background-color: #ccc;
161} 161}
162 162
163td#content { 163td#content {
164 padding: 1em 0.5em; 164 padding: 1em 0.5em;
165} 165}
166 166
167div#blob { 167div#blob {
168 border: solid 1px black; 168 border: solid 1px black;
169} 169}
170 170
171div.error { 171div.error {
172 color: red; 172 color: red;
173 font-weight: bold; 173 font-weight: bold;
174 margin: 1em 2em; 174 margin: 1em 2em;
175} 175}
176 176
177td.ls-blob, td.ls-dir, td.ls-mod { 177a.ls-blob, a.ls-dir, a.ls-mod {
178 font-family: monospace; 178 font-family: monospace;
179} 179}
180 180
181div.ls-dir a { 181td.ls-size {
182 font-weight: bold;
183}
184
185th.filesize, td.filesize {
186 text-align: right; 182 text-align: right;
187} 183}
188 184
189td.filesize { 185td.ls-size {
190 font-family: monospace; 186 font-family: monospace;
191} 187}
192 188
193td.links { 189td.ls-mode {
194 font-size: 80%;
195 padding-left: 2em;
196}
197
198td.filemode {
199 font-family: monospace; 190 font-family: monospace;
200} 191}
201 192
202table.blob { 193table.blob {
203 margin-top: 0.5em; 194 margin-top: 0.5em;
204 border-top: solid 1px black; 195 border-top: solid 1px black;
205} 196}
206 197
207table.blob td.no { 198table.blob td.no {
208 border-right: solid 1px black; 199 border-right: solid 1px black;
209 color: black; 200 color: black;
210 background-color: #eee; 201 background-color: #eee;
211 text-align: right; 202 text-align: right;
212} 203}
213 204
214table.blob td.txt { 205table.blob td.txt {
215 white-space: pre; 206 white-space: pre;
216 font-family: monospace; 207 font-family: monospace;
217 padding-left: 0.5em; 208 padding-left: 0.5em;
218} 209}
219 210
220table.nowrap td { 211table.nowrap td {
221 white-space: nowrap; 212 white-space: nowrap;
222} 213}