# # # patch "branch.psp" # from [3aa2445f72272f8ad04f69d24ddbe3d9654f509b] # to [3894425fc394f9bda8755e867ce83e7802834122] # # patch "viewmtn.css" # from [a9a4dc011f4577f9d8526536dcfb4af777c06028] # to [ed02217b53a22506e73f4f608a2f902b09f19ea1] # ============================================================ --- branch.psp 3aa2445f72272f8ad04f69d24ddbe3d9654f509b +++ branch.psp 3894425fc394f9bda8755e867ce83e7802834122 @@ -121,7 +121,8 @@ style = "border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: black;" if idx != 0: style += "border-top-style: solid; border-top-width: 1px; border-top-color: black;" - req.write('%s ago: %s
(%s, %s)\n' % (style, ago, quicklog, link("revision", id, "revision info"), link("manifest", id, "browse files"))) + style = "" + req.write('%s ago: %s
%s | %s\n' % (style, ago, quicklog, link("revision", id, "revision info"), link("manifest", id, "browse files"))) req.write(certinfo) elif output == 'rss': req.write('\n') ============================================================ --- viewmtn.css a9a4dc011f4577f9d8526536dcfb4af777c06028 +++ viewmtn.css ed02217b53a22506e73f4f608a2f902b09f19ea1 @@ -55,8 +55,15 @@ background-color: #ffffff; } +TD.branchInfoHeader { + border-width: 3px; + border-style: solid; + border-color: blue; + text-align: center; + +} + TABLE.pretty TH { -/* background-color: black;*/ color: blue; background-color: #dfe7f3; }