Skip to content

Commit

Permalink
minor style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Jun 4, 2012
1 parent a21ac2a commit 0ad5e10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/assets/css/site.css
Expand Up @@ -4669,14 +4669,14 @@ h6 {
color: #333333;
}
#social-buttons {
margin-bottom: 25px;
margin-bottom: 30px;
text-align: center;
}
#social-buttons .btn {
font-family: museo-slab, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
padding: 3px 10px 0;
padding: 4px 10px 1px;
line-height: 21px;
}
#social-buttons .count.btn {
Expand Down
4 changes: 2 additions & 2 deletions docs/assets/less/site.less
Expand Up @@ -129,13 +129,13 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
}

#social-buttons {
margin-bottom: 25px;
margin-bottom: 30px;
text-align: center;
.btn {
font-family: @serifFontFamily;
font-weight: bold;
font-size: @baseFontSize;
padding: 3px 10px 0;
padding: 4px 10px 1px;
line-height: @baseLineHeight;
}
.count.btn {
Expand Down

0 comments on commit 0ad5e10

Please sign in to comment.