From 055b336e9d252991be6f1dc529f5a8f9533a718b Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Thu, 25 Apr 2013 15:19:52 -0700 Subject: [PATCH] Use stable in grunt file, add small border to yourPost --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index f2b4845a9..fd0820816 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -497,7 +497,7 @@ a.hide-announcement { outline: 2px solid rgba(216, 94, 49, .7); } .yourPost .reply { - border-left: 1px solid rgba(221,0,0,.5); + border-left: 2px solid rgba(221,0,0,.5); } /* Quote Threading */ .threadContainer {