Merge pull request #72 from tms/topic-page-css

Button container should be no wider than suggested topics
This commit is contained in:
Robin Ward 2013-02-08 08:10:30 -08:00
commit bcd7af742f
1 changed files with 3 additions and 3 deletions

View File

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