smaller main menu with better main menu buttons

Sun, 08 Apr 2018 16:51:15 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 08 Apr 2018 16:51:15 +0200
changeset 28
cfc3d11884ad
parent 27
1f2a96efa69f
child 29
27a0fdd7bca7

smaller main menu with better main menu buttons

web/lightpit.css file | annotate | diff | comparison | revisions
--- a/web/lightpit.css	Sun Apr 08 16:41:02 2018 +0200
+++ b/web/lightpit.css	Sun Apr 08 16:51:15 2018 +0200
@@ -56,7 +56,6 @@
     display: flex;
     flex-flow: row wrap;
     background: #f0f0f5;
-    font-size: larger;
 }
 
 #subMenu {
@@ -72,6 +71,9 @@
 
 .menuEntry {
     padding: .25em 1em .25em 1em;
+    border-right-style: solid;
+    border-right-width: 1pt;
+    border-right-color: #9095a1;
 }
 
 #mainMenu .menuEntry[data-active] {

mercurial