aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mainstyle.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/mainstyle.css b/mainstyle.css
index 18e5fe5..bd2214f 100644
--- a/mainstyle.css
+++ b/mainstyle.css
@@ -218,14 +218,17 @@ ul.menu {
}
li.group {
+ list-style-type: none;
+ margin-left: -1em;
+}
+
+div.group {
background-color: #0063C1;
color: white;
font-weight: bold;
text-align: center;
- list-style-type: none;
- margin-left: -1em;
}
li img {
vertical-align: middle;
-} \ No newline at end of file
+}

Return to:

Send suggestions and report system problems to the System administrator.