Own id for twitter button

This commit is contained in:
Stefan Ritter 2011-05-26 17:09:20 +02:00
parent 28fa558579
commit 7cff68b1f0
2 changed files with 21 additions and 4 deletions

View File

@ -7,10 +7,22 @@
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="title">Listen to</div>
<div id="genre"><a href="index.html">viking rotterdam trance</a></div>
<div id="impressum">
<div id="title">
Listen to
</div>
<div id="genre">
<a href="index.html">viking rotterdam trance</a>
</div>
<div id="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-text="Find out new music genres with genregenerator.de!" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><br />
</div>
<div id="impressum">
Created by <a href="http://www.thehappy.de/~xeno/">xeno</a> and <a href="http://ghosthacking.net">mxey</a>
</div>
</body>
</html>

View File

@ -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;
}