aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/css/style.css
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-01 12:23:30 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-01 12:23:30 +0100
commit8f209e8a268e198bb449021c30fc783d69ee9818 (patch)
tree97f61995494371b762619bfc314bca5766fe6e46 /themes/default/css/style.css
parent308fca6b78a30729bd0a2cf34bc7a67bd7b81362 (diff)
parentfae15c9f84394f905e5237a1afc10364aeb42dd0 (diff)
downloadwallabag-8f209e8a268e198bb449021c30fc783d69ee9818.tar.gz
wallabag-8f209e8a268e198bb449021c30fc783d69ee9818.tar.zst
wallabag-8f209e8a268e198bb449021c30fc783d69ee9818.zip
Merge branch 'dev' into savewithtags
Diffstat (limited to 'themes/default/css/style.css')
-rwxr-xr-xthemes/default/css/style.css10
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 ***/