quick temporary fix for wrapping right gutter

This commit is contained in:
Jeff Atwood 2014-07-10 00:09:00 -07:00
parent 27f85e5451
commit 4215b6347c
1 changed files with 2 additions and 0 deletions

View File

@ -732,6 +732,8 @@ blockquote > *:last-child {
float: left;
margin-top: 15px;
padding-left: 15px;
/* urgent fix, must set max width or long gutter width float flows under posts */
max-width: 215px;
ul {margin: 0;}
li {margin-bottom: 10px;}