From 740bcf5c7200dd11181b6305839725a8eca3ad29 Mon Sep 17 00:00:00 2001 From: CharlyCoste Date: Sun, 14 Mar 2010 02:21:36 +0100 Subject: tags need alternative content with "alt" attribute. "dots.png" is not a content. Using CSS backgrounds instead. --- css/default.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css') diff --git a/css/default.css b/css/default.css index ede77ec0dde..be4ffd0bc1f 100755 --- a/css/default.css +++ b/css/default.css @@ -80,6 +80,8 @@ a#owncloud-logo span { .navigationitem1 a{ text-decoration:none; + padding-right:15px; + background: transparent url(/img/dots.png) no-repeat scroll center right; } .navigationitem1 img { -- cgit v1.2.3