diff options
author | Brice Maron <brice@bmaron.net> | 2012-06-22 13:12:03 +0200 |
---|---|---|
committer | Brice Maron <brice@bmaron.net> | 2012-06-22 13:12:03 +0200 |
commit | 8c2803a7c1d2b5d6b1d4bab5d36ebceb19324729 (patch) | |
tree | 9b4052cd2026e6854ce91168539ee08d05efe200 /apps/gallery | |
parent | 19931e2008296b4d8fe9717ae78093fb88f1b3e9 (diff) | |
download | nextcloud-server-8c2803a7c1d2b5d6b1d4bab5d36ebceb19324729.tar.gz nextcloud-server-8c2803a7c1d2b5d6b1d4bab5d36ebceb19324729.zip |
Correct image path and apps path replacement
Diffstat (limited to 'apps/gallery')
-rw-r--r-- | apps/gallery/css/sharing.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/css/sharing.css b/apps/gallery/css/sharing.css index d061fc3e6c1..4712369cc84 100644 --- a/apps/gallery/css/sharing.css +++ b/apps/gallery/css/sharing.css @@ -5,4 +5,4 @@ div.gallery_box:hover { color: black; } div.gallery_box h1 {font-size: 17px; font-weight: normal;} div#breadcrumb { border: 0; width: 70%; margin: 0 auto; padding: 25px 0; font-family: Verdana; text-align: center;} span.breadcrumbelement { margin: 10px; margin-right: 0; cursor: pointer;} -span.inside { background-image: url('%appswebroot%/apps/gallery/img/breadcrumb.png'); padding-left: 20px; background-position: left; background-repeat: no-repeat;} +span.inside { background-image: url('%appswebroot%/gallery/img/breadcrumb.png'); padding-left: 20px; background-position: left; background-repeat: no-repeat;} |