From 7cff68b1f08c912ed96587fb2f9aba774de42eec Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 26 May 2011 17:09:20 +0200 Subject: [PATCH] Own id for twitter button --- index.html | 18 +++++++++++++++--- style.css | 7 ++++++- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 84888f0..1d5fc0f 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,22 @@ -
Listen to
-
viking rotterdam trance
-
+ +
+ Listen to +
+ + + +

+
+ +
Created by xeno and mxey +
+ diff --git a/style.css b/style.css index ad6c8ed..fec9ffa 100644 --- a/style.css +++ b/style.css @@ -20,8 +20,13 @@ body, html { color: #666; } +#twitter { + margin-top: 80px; + margin-left: 18px; +} + #impressum { - margin-top: 70px; + margin-top: 5px; font-size: 10px; color: #999; }