diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-26 14:52:55 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-26 14:52:55 +0200 |
commit | 3f64eb25ab89964127681a52265207dbeb7e1e9b (patch) | |
tree | 183f713b4d443f77b5d5bd05350ce069eecb79f0 /apps/gallery | |
parent | b75f680b8e560be82f5c63bfc5480452a3de12d9 (diff) | |
download | nextcloud-server-3f64eb25ab89964127681a52265207dbeb7e1e9b.tar.gz nextcloud-server-3f64eb25ab89964127681a52265207dbeb7e1e9b.zip |
some fixes fore movable apps
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 eaac82ebd60..d061fc3e6c1 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('../img/breadcrumb.png'); padding-left: 20px; background-position: left; background-repeat: no-repeat;} +span.inside { background-image: url('%appswebroot%/apps/gallery/img/breadcrumb.png'); padding-left: 20px; background-position: left; background-repeat: no-repeat;} |