aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhtml/jspage.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/html/jspage.pl b/html/jspage.pl
index f5b1952..c09426f 100755
--- a/html/jspage.pl
+++ b/html/jspage.pl
@@ -93,7 +93,10 @@ EOF
flex-wrap: wrap;
justify-content: center;
margin: 0;
- padding: 0;
+ /* Compensate for the negative margins on menu items by adding a
+ * little bit of padding so that the borders of the items don't protrude
+ * beyond the menu. */
+ padding: 0.5px;
}
/* Individual menu items are <li> elements within such a <ul> */