CSS fix for nav menu at small resolutions

This commit is contained in:
Duncan Sommerville 2015-11-16 15:28:28 -05:00
parent f2ce22a1fa
commit 2fb988a7cb
4 changed files with 108 additions and 10 deletions

View file

@ -13,7 +13,7 @@ way to fit your requirements.
/*padding:7px 0 0 6px;*/
margin:0;
list-style:none;
height:28px;
/*height:28px;*/
background:#353535;
position:relative;
z-index:500;
@ -23,6 +23,11 @@ way to fit your requirements.
-moz-box-shadow: 0 2px 5px rgba(0,0,0,.35);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.35);
box-shadow: 0 2px 5px rgba(0,0,0,.35);*/
-webkit-flex: 1 0 auto;
-moz-flex: 1 0 auto;
-ms-flex: 1 0 auto;
-o-flex: 1 0 auto;
flex: 1 0 auto;
}
#nav li.top {
/*margin:0 5px 0 0;*/