summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commun.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/commun.css b/commun.css
index 2826589..8d6f221 100644
--- a/commun.css
+++ b/commun.css
@@ -94,6 +94,11 @@ nav li.dropdown > ul > li a {
display: block; /* Make link span whole containing block. */
padding-inline-start: 10%;
}
+nav li.dropdown > ul > li a img {
+ width: 32px;
+ height: 32px;
+}
+
.current {
background-color: white;