commit af0d6ce18919928a2cc636c0fabbbeb578acee4f from: Omar Polo via: Thomas Adam date: Fri Jan 06 09:33:01 2023 UTC gotwebd: css: fix horizontal overflow in blob and blame pages spotted by + "looks good" tracey@ commit - b82440e1f439a679e7f7cb962a7f042e2d2019f1 commit + af0d6ce18919928a2cc636c0fabbbeb578acee4f 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; }