summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorCharlyCoste <contact@ccoste.fr>2010-03-14 02:21:36 +0100
committerCharlyCoste <contact@ccoste.fr>2010-03-14 02:21:36 +0100
commit740bcf5c7200dd11181b6305839725a8eca3ad29 (patch)
tree1a7f932c3428eb77e83d60e877d4a335d07535a9 /css
parent2eafb444e3163351093cf860e60a15068ed870e0 (diff)
downloadnextcloud-server-740bcf5c7200dd11181b6305839725a8eca3ad29.tar.gz
nextcloud-server-740bcf5c7200dd11181b6305839725a8eca3ad29.zip
<img /> tags need alternative content with "alt" attribute. "dots.png" is not a content. Using CSS backgrounds instead.
Diffstat (limited to 'css')
-rwxr-xr-xcss/default.css2
1 files changed, 2 insertions, 0 deletions
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 {