Update navbar style

This commit is contained in:
Prateek Saxena 2014-02-19 21:07:31 +05:30
parent 77f23f5f43
commit efaf41b379
2 changed files with 6 additions and 2 deletions

View File

@ -42,10 +42,14 @@ body {
padding: 3px 0;
border-bottom: 2px solid #333;
}
.navbar {
color: #eee;
border-bottom: 1px solid #aaa;
}
.navbar .navbar-brand {
font-weight: bold;
font-size: 25px;
color: white;
color: #777;
}
.navbar-collapse.in {
overflow-y: hidden;

View File

@ -21,7 +21,7 @@
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>