small css fixup
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
diff --git a/gotweb/files/htdocs/gotweb/gotweb.css b/gotweb/files/htdocs/gotweb/gotweb.css
index 50767cb..037db9d 100644
--- a/gotweb/files/htdocs/gotweb/gotweb.css
+++ b/gotweb/files/htdocs/gotweb/gotweb.css
@@ -571,12 +571,14 @@ body {
padding-left: 10px;
padding-top: 5px;
padding-bottom: 2px;
- width: 100%;
+ width: 80%;
}
#blame {
clear: left;
float: left;
- padding: 20px;
+ margin-left: 20px;
+ margin-top: 20px;
+ margin-bottom: 20px;
font-family: monospace;
white-space: pre;
overflow: auto;
@@ -642,12 +644,14 @@ body {
padding-left: 10px;
padding-top: 5px;
padding-bottom: 2px;
- width: 100%;
+ width: 80%;
}
#tree {
clear: left;
float: left;
- padding: 20px;
+ margin-left: 20px;
+ margin-top: 20px;
+ margin-bottom: 20px;
font-family: monospace;
}
#tree_wrapper {
@@ -689,12 +693,14 @@ body {
padding-left: 10px;
padding-top: 5px;
padding-bottom: 2px;
- width: 100%;
+ width: 80%;
}
#diff {
clear: left;
float: left;
- padding: 20px;
+ margin-left: 20px;
+ margin-top: 20px;
+ margin-bottom: 20px;
font-family: monospace;
white-space: pre;
}