nav divider css eingebaut

This commit is contained in:
Thomas Blazek
2013-08-14 22:37:53 +02:00
parent e7974ea693
commit ecb0275c44
2 changed files with 21 additions and 9 deletions

View File

@@ -40,3 +40,14 @@ margin-bottom: 20px
width:100%;
}
.navbar .nav li {
min-width:60%;
}
.navbar .nav .divider {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: grey;
min-width: 100%;
}