minor style tweaks

This commit is contained in:
Dave Gandy 2012-06-04 15:20:41 -04:00
parent a21ac2a323
commit 0ad5e10496
2 changed files with 4 additions and 4 deletions

View file

@ -4669,14 +4669,14 @@ h6 {
color: #333333; color: #333333;
} }
#social-buttons { #social-buttons {
margin-bottom: 25px; margin-bottom: 30px;
text-align: center; text-align: center;
} }
#social-buttons .btn { #social-buttons .btn {
font-family: museo-slab, "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: museo-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
padding: 3px 10px 0; padding: 4px 10px 1px;
line-height: 21px; line-height: 21px;
} }
#social-buttons .count.btn { #social-buttons .count.btn {

View file

@ -129,13 +129,13 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
} }
#social-buttons { #social-buttons {
margin-bottom: 25px; margin-bottom: 30px;
text-align: center; text-align: center;
.btn { .btn {
font-family: @serifFontFamily; font-family: @serifFontFamily;
font-weight: bold; font-weight: bold;
font-size: @baseFontSize; font-size: @baseFontSize;
padding: 3px 10px 0; padding: 4px 10px 1px;
line-height: @baseLineHeight; line-height: @baseLineHeight;
} }
.count.btn { .count.btn {