Correct caret color and give some space between logo and menu

This commit is contained in:
Lee moon soo 2015-11-25 02:13:17 +09:00
parent 2a53c732d1
commit a5d538fe39

View file

@ -11,9 +11,7 @@ body {
}
.navbar-brand {
padding: 12px 12px;
padding-top: 15px;
padding-bottom: 10px;
padding: 15px 5px;
}
.navbar {
@ -362,4 +360,18 @@ and (max-width : 1024px) {
padding : 3px 10px 10px 10px;
font-size: 13px;
}
}
#menu .caret {
border-top-color: white;
border-bottom-color: white;
}
#menu .open .caret {
border-top-color: #428bca;
border-bottom-color: #428bca;
}
#menu .navbar-nav {
margin-left:50px;
}