Make social links more social

This commit is contained in:
Tim Schaub
2013-03-18 13:27:47 -06:00
parent 4cec0546c8
commit 1ac77b1a6f
32 changed files with 181 additions and 61 deletions

View File

@@ -13,3 +13,8 @@ body {
#tags {
display: none;
}
/* padding for social links to match bootstrap nav links */
.nav>li>.twitter-share-button, .nav>li>.g-plusone-wrapper, .nav>li>.github-watch-button {
padding: 10px 10px 0px;
}