Tweet buttons.

master
Nick Sergeant 2012-06-21 15:31:32 -04:00
parent b8a6e4db89
commit 400859ee1d
1 changed files with 8 additions and 1 deletions

View File

@ -18,7 +18,7 @@ body.blog-site {
footer {
ul.attrs {
li.tweet {
margin-right: 116px;
margin-right: 30px;
}
}
}
@ -139,6 +139,13 @@ body.blog-detail {
height: auto;
}
}
footer {
ul.attrs {
li.tweet {
margin-right: 116px;
}
}
}
}
}
}