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

From Smart Places Network
Jump to: navigation, search
Line 4: Line 4:
 
     font-weight: bold;
 
     font-weight: bold;
 
     text-transform: uppercase;
 
     text-transform: uppercase;
}
 
.panel-heading-text a {
 
    text-decoration: none;
 
}
 
.panel-heading-text a:hover {
 
    text-decoration: none;
 
 
}
 
}

Revision as of 15:43, 12 February 2019

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