Button container should be no wider than suggested topics

The button container sticks out farther than necessary because of the
left margin, causing unnecessary horizontal scrolling at supported
resolutions
This commit is contained in:
tms 2013-02-07 21:18:22 -05:00
parent 79dfccf717
commit b502a40b36

View file

@ -272,9 +272,9 @@
#topic-footer-buttons { #topic-footer-buttons {
margin: 20px 0 0 103px; margin: 20px 0 0 103px;
width: 1110px; width: 1027px;
@include medium-width { width: 970px; } @include medium-width { width: 887px; }
@include small-width { width: 870px; } @include small-width { width: 787px; }
.btn-group { .btn-group {
margin-top: 20px; margin-top: 20px;