commit 5eeb13e79b508eacc001662d742ea375c069d7f7 from: Omar Polo date: Thu Jan 05 08:25:48 2023 UTC gotwebd: css: fix horizontal overflow in blob and blame pages spotted by + "looks good" tracey@ commit - 298f95fb39537cc43237be56aeb86ffbc21e38f0 commit + 5eeb13e79b508eacc001662d742ea375c069d7f7 blob - c83793f9a486da3fff129c76d2b915edd05b7c40 blob + 6a5d354e145ae61a1ae18f8936f735573508bd28 --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -106,6 +106,8 @@ body { } #content { width: 100%; + float: left; + clear: both; } #np_wrapper { clear: left; @@ -528,9 +530,6 @@ body { } #blame_title_wrapper, #blob_title_wrapper { - clear: left; - float: left; - width: 100%; background-color: LightSlateGray; color: #ffffff; }