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-05-20 22:47:53 +0300
committerOlivier Paroz <github@oparoz.com>2015-05-20 22:47:53 +0300
commit081b73cbc1aa42e1b86f14d4c875bb120e2f1d14 (patch)
tree227b992f2ea2a42f84af030c899202298ec2b69d /css
parentff03027cbd67e38e08cf4d607da95edee7cb5850 (diff)
Only show bullet points in the description
Fixes ##147
Diffstat (limited to 'css')
-rw-r--r--css/styles.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/styles.css b/css/styles.css
index 0028c315..5f00b231 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -14,10 +14,6 @@ body:after {
content: url("../img/nameasc.svg") url("../img/namedes.svg") url("../img/dateasc.svg") url("../img/datedes.svg");
}
-ul {
- list-style: initial;
-}
-
#breadcrumbs {
float: left;
}
@@ -84,6 +80,10 @@ div.crumb.last a{
overflow-y: auto;
}
+.album-info-content ul {
+ list-style: initial;
+}
+
#content-wrapper {
overflow-x: auto;
}