a {
color: inherit;
- text-decoration: underline;
- -moz-text-decoration-color: rgb(88, 208, 121);
- text-decoration-color: rgb(88, 208, 121);
+ border-bottom: thin solid rgba(88, 208, 121, 0.8);
}
.alt-a {
.lp-home a {
text-decoration: none;
+ border-bottom: none;
}
/* hr */
.carousel-control.left {
background-image: none;
background-repeat: repeat-x;
+ border-bottom: none;
}
.carousel-control.right {
background-repeat: repeat-x;
left: auto;
right: 0;
+ border-bottom: none;
}
/* Header */
text-decoration: none;
background-color: rgba(240, 240, 240, 0.8);
transition: background-color 0.1s;
+ border-bottom: none;
}
.nav > li.fsf-donate > a {
.nav-pills > li > a {
border-radius: 5px;
color: inherit;
+ border-bottom: none;
}
.nav-pills > li.active > a,
line-height: 20px;
margin-bottom: 9px;
padding: 15px;
+ border-bottom: none;
}
.navbar-toggle {