diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:01:39 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:01:39 +0100 |
commit | 3831c1525ccc512e27309f2cd531f0beff8dc430 (patch) | |
tree | a9999a87fc5f9d389f892463e66d57690567b2bf /themes/default/css | |
parent | bc6f5a8086b331bf21cdfcac799788264d8cd3b2 (diff) | |
parent | 522841c77e8ace6045cb10f9387d514179d05aeb (diff) | |
download | wallabag-3831c1525ccc512e27309f2cd531f0beff8dc430.tar.gz wallabag-3831c1525ccc512e27309f2cd531f0beff8dc430.tar.zst wallabag-3831c1525ccc512e27309f2cd531f0beff8dc430.zip |
Merge pull request #964 from wallabag/randomarticle
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 ***/ |