Benutzer: Jonar/common.css: Unterschied zwischen den Versionen

Aus Smart Places Network
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
 
}
 
}
 
.panel-heading-text a {
 
.panel-heading-text a {
 +
    text-decoration: none;
 +
}
 +
.panel-heading-text a:hover {
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}

Version vom 12. Februar 2019, 15:40 Uhr

.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;
}