Add right border to prefix column

Closes #52
with-route-provider
Philippe Proulx 12 years ago committed by Vivien Didelot
parent e78cb8f486
commit e460cf0d34
  1. 2
      css/glowingbear.css

@ -40,11 +40,13 @@ td.prefix {
vertical-align: top;
padding-right: 5px;
white-space: nowrap;
border-right: 1px solid #555;
}
td.message {
word-wrap: break-word;
vertical-align: top;
width: 100%;
padding-left: 5px;
}
hr {
margin: 0;

Loading…
Cancel
Save