Benutzer: Jonar/common.css : Différence entre versions

De Smart Places Network
Aller à : navigation, rechercher
Ligne 6 : Ligne 6 :
 
}
 
}
 
.panel-heading-text a {
 
.panel-heading-text a {
 +
    text-decoration: none;
 +
}
 +
.panel-heading-text a:hover {
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}

Version du 12 février 2019 à 15:40

.panel-heading-text {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.panel-heading-text a {
    text-decoration: none;
}
.panel-heading-text a:hover {
    text-decoration: none;
}