summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (show whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index a2a685b..3ed1989 100644
--- a/cgit.css
+++ b/cgit.css
@@ -254,49 +254,49 @@ td.ls-mode {
254} 254}
255 255
256table.blob { 256table.blob {
257 margin-top: 0.5em; 257 margin-top: 0.5em;
258 border-top: solid 1px black; 258 border-top: solid 1px black;
259} 259}
260 260
261table.blob td.lines { 261table.blob td.lines {
262 margin: 0; padding: 0 0 0 0.5em; 262 margin: 0; padding: 0 0 0 0.5em;
263 vertical-align: top; 263 vertical-align: top;
264 color: black; 264 color: black;
265} 265}
266 266
267table.blob td.linenumbers { 267table.blob td.linenumbers {
268 margin: 0; padding: 0 0.5em 0 0.5em; 268 margin: 0; padding: 0 0.5em 0 0.5em;
269 vertical-align: top; 269 vertical-align: top;
270 text-align: right; 270 text-align: right;
271 border-right: 1px solid gray; 271 border-right: 1px solid gray;
272} 272}
273 273
274table.blob pre { 274table.blob pre {
275 padding: 0; margin: 0; 275 padding: 0; margin: 0;
276} 276}
277 277
278table.blob a.no { 278table.blob a.no, table.ssdiff a.no {
279 color: gray; 279 color: gray;
280 text-align: right; 280 text-align: right;
281 text-decoration: none; 281 text-decoration: none;
282} 282}
283 283
284table.blob a.no a:hover { 284table.blob a.no a:hover {
285 color: black; 285 color: black;
286} 286}
287 287
288table.bin-blob { 288table.bin-blob {
289 margin-top: 0.5em; 289 margin-top: 0.5em;
290 border: solid 1px black; 290 border: solid 1px black;
291} 291}
292 292
293table.bin-blob th { 293table.bin-blob th {
294 font-family: monospace; 294 font-family: monospace;
295 white-space: pre; 295 white-space: pre;
296 border: solid 1px #777; 296 border: solid 1px #777;
297 padding: 0.5em 1em; 297 padding: 0.5em 1em;
298} 298}
299 299
300table.bin-blob td { 300table.bin-blob td {
301 font-family: monospace; 301 font-family: monospace;
302 white-space: pre; 302 white-space: pre;