From e460cf0d34f89a4d3b0b1fce411cf1064b22f19c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 16 Oct 2013 16:01:24 -0400 Subject: [PATCH] Add right border to prefix column Closes #52 --- css/glowingbear.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index a7c9499..9541aff 100644 --- a/css/glowingbear.css +++ b/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;