get the mobile mode work properly.

This commit is contained in:
Joe
2017-02-23 18:45:53 -06:00
parent 0aebd6c25d
commit 727dd1f9df
4 changed files with 69 additions and 16 deletions

View File

@@ -65,6 +65,18 @@ span.expanded {
border-bottom-right-radius: 0px;
}
.navbar-default .navbar-nav>li.visible-xs>a{
background-color:#999999;
width:100%;
height: 50px;
top:0px;
vertical-align: bottom;
text-align:center;
color:#000000;
border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:hover{
background-color: #666b75;
text-emphasis: bold;