add random button

This commit is contained in:
Georg Fischer
2013-09-20 21:38:17 +02:00
parent 5255ad5b30
commit 9e9452d057
5 changed files with 106 additions and 4 deletions
+11
View File
@@ -24,6 +24,11 @@ a:hover
text-decoration: underline;
}
.is-hidden
{
display: none;
}
.button
{
background-color: #eaeaea;
@@ -45,6 +50,12 @@ a:hover
color: #fff;
}
#random-button
{
position: relative;
top: 3px;
}
.headline
{
font-size: 12px;