commit 7ee88b9776afbe7db898f0b6e73eef9dfc7977f3 from: Tracey Emery date: Wed Jan 15 22:10:30 2020 UTC fix shorlog css commit - 474370cb02470a97f606013aed39ad1c82518939 commit + 7ee88b9776afbe7db898f0b6e73eef9dfc7977f3 blob - dce05cf3e00a343f7e8b506bb37d0bfd1a4cc17c blob + fc4256759c2d1d43fd996b2ada02eb9fc366ece2 --- gotweb/files/htdocs/gotweb/gotweb.css +++ 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;