Use stable in grunt file, add small border to yourPost

This commit is contained in:
Jordan Bates 2013-04-25 15:19:52 -07:00
parent 5afab40940
commit 055b336e9d

View File

@ -497,7 +497,7 @@ a.hide-announcement {
outline: 2px solid rgba(216, 94, 49, .7); outline: 2px solid rgba(216, 94, 49, .7);
} }
.yourPost .reply { .yourPost .reply {
border-left: 1px solid rgba(221,0,0,.5); border-left: 2px solid rgba(221,0,0,.5);
} }
/* Quote Threading */ /* Quote Threading */
.threadContainer { .threadContainer {