From 81a56d232d7ccaa2c9761a330250571f9cafdc7d Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Fri, 27 Sep 2013 09:42:15 -0300 Subject: [PATCH] Add style social buttons on header --- style.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a5ae87f..61584b6 100644 --- a/style.css +++ b/style.css @@ -96,9 +96,29 @@ body { border-radius: 5px; } +/* Social Buttons */ +#social-buttons { + float: right; + text-align: right; + width: 200px; + margin-top: -50px; + height: 30px; +} + +#social-buttons a { + display: inline-block; + border: 1px solid red; + width: 24px; + height: 24px; + background: #dfdfdf; + margin-right: 3px; +} + +#social-buttons span { display: none; } + /* Title Header */ -#content .main-block h1, +#content .main-block h1, #content .main-block h2, #content .main-block h3, #content .main-block h4 { -- libgit2 0.21.2