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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-07-26 18:27:49 +0300
committerGitHub <noreply@github.com>2017-07-26 18:27:49 +0300
commit986c1bf143e88582e5b8ec53f09ca39dd5144f7f (patch)
treec56aae6f8a19e63a1b422ff6bdb0bdd4a6c29b29 /css
parent235b3eac6926185e8650a651a31209586ed56542 (diff)
Fix list-style-type from square to disc (filled circle)
Diffstat (limited to 'css')
-rw-r--r--css/public-share.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/public-share.css b/css/public-share.css
index 8748e87..54e547d 100644
--- a/css/public-share.css
+++ b/css/public-share.css
@@ -48,7 +48,7 @@
}
.preview ul {
- list-style-type: square;
+ list-style-type: disc;
}
.preview ul ul {