diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-12-07 23:36:35 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-12-07 23:36:35 +0100 |
commit | 311baf86befde0557faea614ca4d13bb2bd2cc66 (patch) | |
tree | dca9d7d429680db23cd4256a1c388ed3db4049ca /themes/default/css | |
parent | 9c55ed0923273da886497cb62302a79622e34a74 (diff) | |
download | wallabag-311baf86befde0557faea614ca4d13bb2bd2cc66.tar.gz wallabag-311baf86befde0557faea614ca4d13bb2bd2cc66.tar.zst wallabag-311baf86befde0557faea614ca4d13bb2bd2cc66.zip |
implemented random button
Diffstat (limited to 'themes/default/css')
-rwxr-xr-x | themes/default/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css index b25373d6..a122dc54 100755 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css | |||
@@ -151,6 +151,16 @@ a:visited { | |||
151 | text-indent: -9999px; | 151 | text-indent: -9999px; |
152 | } | 152 | } |
153 | 153 | ||
154 | .random { | ||
155 | display: inline-block; | ||
156 | width: 16px; | ||
157 | height: 16px; | ||
158 | overflow: hidden; | ||
159 | text-align: left; | ||
160 | text-indent: -9999px; | ||
161 | background-image: url('../img/default/dice.png'); | ||
162 | } | ||
163 | |||
154 | /*** ***/ | 164 | /*** ***/ |
155 | 165 | ||
156 | /*** ARTICLE PAGE ***/ | 166 | /*** ARTICLE PAGE ***/ |