No link deco in navbar.
This commit is contained in:
parent
2f8fe18451
commit
2ba25a1816
1 changed files with 1 additions and 2 deletions
|
@ -24,6 +24,7 @@ html a:visited {
|
|||
left: 0;
|
||||
z-index: 1030;
|
||||
background-color: rgba(255,255,128,1);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
@ -113,11 +114,9 @@ a.list-group-item {
|
|||
|
||||
.navbar-default li a, .navbar-default li a:visited {
|
||||
color: #777;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.navbar-default li a:hover {
|
||||
color: black;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.navbar-default li {
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Reference in a new issue