diff options
| -rw-r--r-- | cgit.css | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -115,9 +115,9 @@ body { #cgit .content { min-width: 920px; - max-width: 1300px; margin: 0 auto; display: table; + padding: 0 1em; } #cgit .right { @@ -208,22 +208,16 @@ body { border: 1px solid #CCC; font-size: 90%; line-height: 150%; - overflow: auto; - display: block; border-collapse: collapse; } #cgit .ssdiff { - clear: both; - min-width: 920px; - max-width: 1300px; + width: 920px; font-family: "Source Code Pro"; font-size: 80%; line-height: 150%; border-collapse: collapse; white-space: pre; - overflow: auto; - display: block; margin: 1em 0; } |
