Merge pull request #1447 from awesomerobot/master

fixing blockquote on mobile
This commit is contained in:
Jeff Atwood 2013-09-18 12:17:33 -07:00
commit e29c80371c

View File

@ -433,6 +433,7 @@ float: left;
span.btn-text {display: none;}
blockquote {
clear:both;
margin: 0;
}