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
     1.1 --- a/web/lightpit.css	Sun Apr 08 16:41:02 2018 +0200
     1.2 +++ b/web/lightpit.css	Sun Apr 08 16:51:15 2018 +0200
     1.3 @@ -56,7 +56,6 @@
     1.4      display: flex;
     1.5      flex-flow: row wrap;
     1.6      background: #f0f0f5;
     1.7 -    font-size: larger;
     1.8  }
     1.9  
    1.10  #subMenu {
    1.11 @@ -72,6 +71,9 @@
    1.12  
    1.13  .menuEntry {
    1.14      padding: .25em 1em .25em 1em;
    1.15 +    border-right-style: solid;
    1.16 +    border-right-width: 1pt;
    1.17 +    border-right-color: #9095a1;
    1.18  }
    1.19  
    1.20  #mainMenu .menuEntry[data-active] {

mercurial