Difference between revisions of "Benutzer: Jonar/common.css"

From Smart Places Network
Jump to: navigation, search
Line 6: Line 6:
 
}
 
}
 
.panel-heading-text a {
 
.panel-heading-text a {
 +
    text-decoration: none;
 +
}
 +
.panel-heading-text a:hover {
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}

Revision as of 15:40, 12 February 2019

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