aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/adm/style/admin.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 49ffae98af..f5c7741fba 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -54,6 +54,12 @@ p {
font-size: 1.1em;
}
+ul {
+ list-style: disc;
+ margin-left: 2em;
+ margin-bottom: 1em;
+}
+
hr {
border: 0 none;
border-top: 1px solid #999999;
@@ -237,6 +243,7 @@ span.corners-top span, span.corners-bottom span {
#menu ul {
list-style: none;
+ margin: 0;
}
/* Default list state */