implemented random button

This commit is contained in:
Thomas Citharel
2014-12-07 23:36:35 +01:00
parent 9c55ed0923
commit 311baf86be
6 changed files with 18 additions and 3 deletions

View File

@ -151,6 +151,16 @@ a:visited {
text-indent: -9999px;
}
.random {
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
text-align: left;
text-indent: -9999px;
background-image: url('../img/default/dice.png');
}
/*** ***/
/*** ARTICLE PAGE ***/