Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-13 20:11:09 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-13 20:11:09 +0300
commit9dd6d02350e35bdecbc318c7c12868b36cd6f920 (patch)
tree1c9bea8db4a7c8221462086a47c0ffaa0ec8b8d2 /css
parentd79b6e213d37744bef5b896aedcbac847b81cf0c (diff)
Restore top border
This is needed when having backgrounds which are not white Ideally we would have some shadow on the controls to mark the beginning of the gallery when using the white background...
Diffstat (limited to 'css')
-rw-r--r--css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css
index c8da3adf..5c84a584 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -98,7 +98,7 @@ div.crumb.last a {
#gallery.hascontrols {
overflow: hidden;
text-align: justify;
- top: 40px;
+ top: 45px;
padding-bottom: 100px;
}