1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00
This commit is contained in:
Thomas Citharel 2015-02-01 12:05:10 +01:00
commit d4b6e20e2f
10 changed files with 57 additions and 40 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 ***/