removed border to the right of discussion list

This commit is contained in:
marco
2013-06-12 13:49:46 -04:00
parent b870679673
commit d648b18d72

View File

@@ -732,7 +732,7 @@ body.discussion {
position: absolute;
top: 30%;
left: 30%;
color: $gray;
color: $gray-l1;
font-size: 28px;
z-index: 100;
width: 25px;
@@ -1066,7 +1066,7 @@ body.discussion {
.post-list-wrapper {
overflow-y: scroll;
overflow-x: hidden;
border-right: 1px solid transparent;
//border-right: 1px solid transparent;
}
.post-list {