forked from bofh/fetsite
18 lines
165 B
CSS
18 lines
165 B
CSS
.navbar .nav li {
|
|
min-width:0;
|
|
background:44F;
|
|
}
|
|
|
|
div.header h1
|
|
{
|
|
color:F32;
|
|
font-size:10px;
|
|
}
|
|
#menudiv{
|
|
background-color: #D25FD2;
|
|
width:100%;
|
|
}
|
|
.navbar-inner {
|
|
|
|
}
|