diff options
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r-- | tpl/css/style.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index c056429d..bb99ca4c 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -281,3 +281,20 @@ footer { | |||
281 | color:white; | 281 | color:white; |
282 | border-radius: 3px; | 282 | border-radius: 3px; |
283 | } | 283 | } |
284 | |||
285 | a.back span, | ||
286 | a.top span, | ||
287 | a.fav span, | ||
288 | a.fav span:hover, | ||
289 | a.fav-off span, | ||
290 | a.fav-off span:hover, | ||
291 | a.archive span, | ||
292 | a.archive span:hover, | ||
293 | a.archive-off span, | ||
294 | a.archive-off span:hover, | ||
295 | a.twitter span, | ||
296 | a.flattr span, | ||
297 | a.email span, | ||
298 | a.delete span { | ||
299 | background-repeat: no-repeat; | ||
300 | } | ||