Commit deaa49b1 by Tom Giannattasio

fixed dogear issue

parent 0cb25172
...@@ -1125,12 +1125,13 @@ body.discussion { ...@@ -1125,12 +1125,13 @@ body.discussion {
.discussion-column { .discussion-column {
float: right; float: right;
@include box-sizing(border-box); @include box-sizing(border-box);
width: 68%;
max-width: 800px;
min-height: 500px;
border: 1px solid #aaa; border: 1px solid #aaa;
border-radius: 3px; 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%;
min-height: 500px;
&.sidebar-fixed { &.sidebar-fixed {
margin-left: 32%; margin-left: 32%;
...@@ -1181,7 +1182,7 @@ body.discussion { ...@@ -1181,7 +1182,7 @@ body.discussion {
display: block; display: block;
position: absolute; position: absolute;
top: -1px; top: -1px;
right: -2px; right: -1px;
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