diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:05:10 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:05:10 +0100 |
commit | d4b6e20e2f04c5e93ab77b732a1108aee1b639d6 (patch) | |
tree | 848f2cce953b88a94bcc834176b9836e39c2fcdc /themes/default/css | |
parent | b05f482dd219acd5f5c7e9669ad8bd168ba224c6 (diff) | |
parent | 3831c1525ccc512e27309f2cd531f0beff8dc430 (diff) | |
download | wallabag-d4b6e20e2f04c5e93ab77b732a1108aee1b639d6.tar.gz wallabag-d4b6e20e2f04c5e93ab77b732a1108aee1b639d6.tar.zst wallabag-d4b6e20e2f04c5e93ab77b732a1108aee1b639d6.zip |
merge
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 ***/ |