From a8f83a89926c66db17b4859337e57e508e76b415 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sun, 24 Jul 2011 18:08:09 +0100 Subject: [PATCH] Add Google +1 and Facebook Like buttons --- index.html | 42 +++++++++++++++++++++++++++++------------- style.css | 12 ++++++++++-- 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index f26ebcd..b8ed02c 100644 --- a/index.html +++ b/index.html @@ -49,13 +49,24 @@

Normalize.css is a project by Nicolas Gallagher and Jonathan Neal.

Detailed information on default UA styles: Internet Explorer User Agent Style Sheets and CSS2.1 User Agent Style Sheet Defaults

- Tweet - +
+ + + + + +
+
+ diff --git a/style.css b/style.css index d8eb42b..e4066c5 100644 --- a/style.css +++ b/style.css @@ -141,8 +141,16 @@ p { background: #569107; } -.twitter-share-button { - margin: 20px 0 0; +.share-bar { + overflow: hidden; + margin: 40px 0 0; + *zoom: 1; +} + +.share-opt { + float: left; + margin: 0 15px 0 0; + vertical-align: bottom; } .footer {