diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-13 19:15:31 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-13 19:15:31 +0100 |
commit | 0eae6d14b8858005919cc3069799f77008a81d29 (patch) | |
tree | 9c18566ddada5bf8e391a7fa96f27cfc71471f1b /themes/default/css/style.css | |
parent | 1fbef3bfb57b3f73e6817115f10b5876dd0e57ef (diff) | |
parent | dc6ec987585a1c51f678c404143e37b0d844d796 (diff) | |
download | wallabag-0eae6d14b8858005919cc3069799f77008a81d29.tar.gz wallabag-0eae6d14b8858005919cc3069799f77008a81d29.tar.zst wallabag-0eae6d14b8858005919cc3069799f77008a81d29.zip |
Merge branch 'dev' into register
Diffstat (limited to 'themes/default/css/style.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 ***/ |