Commit 78ae73cf by Tom Giannattasio

tweaked dogear and discussion column styles

parent b5df53f9
...@@ -1027,7 +1027,7 @@ body.discussion { ...@@ -1027,7 +1027,7 @@ body.discussion {
float: right; float: right;
@include box-sizing(border-box); @include box-sizing(border-box);
border: 1px solid #aaa; border: 1px solid #aaa;
border-radius: 0 3px 3px 0; border-radius: 3px;
background: #fff; background: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
width: 68%; width: 68%;
...@@ -1064,7 +1064,7 @@ body.discussion { ...@@ -1064,7 +1064,7 @@ body.discussion {
display: block; display: block;
position: absolute; position: absolute;
top: -1px; top: -1px;
right: -1px; right: -2px;
width: 52px; width: 52px;
height: 51px; height: 51px;
background: url(../images/follow-dog-ear.png) 0 -52px no-repeat; background: url(../images/follow-dog-ear.png) 0 -52px no-repeat;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment