Commit 7ee88b9776afbe7db898f0b6e73eef9dfc7977f3

Tracey Emery 2020-01-15T22:10:30

fix shorlog css

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/gotweb/files/htdocs/gotweb/gotweb.css b/gotweb/files/htdocs/gotweb/gotweb.css
index dce05cf..fc42567 100644
--- a/gotweb/files/htdocs/gotweb/gotweb.css
+++ b/gotweb/files/htdocs/gotweb/gotweb.css
@@ -193,6 +193,7 @@ body {
 #shortlog_wrapper {
 	clear: left;
 	float: left;
+	width: 95%;
 	padding-left: 10px;
 	padding-top: 5px;
 	padding-bottom: 5px;
@@ -208,6 +209,7 @@ body {
 }
 #shortlog_log {
 	float: left;
+	width: 75%;
 }
 #tags_wrapper {
 	clear: left;