summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css10
1 files changed, 2 insertions, 8 deletions
diff --git a/cgit.css b/cgit.css
index 22d4a93..3bcab16 100644
--- a/cgit.css
+++ b/cgit.css
@@ -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;
}