Aktionen

MediaWiki

Pivot.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

(Die Seite wurde geleert.)
Markierung: Geleert
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
 
/* make the main page subheaders solid bars */
.subheader {
    background-color: #008d8d;
    color: #fff;
    text-align: center;
    padding: .5em;
    font-size: 15px;
    border-radius: 0;
    /* font-family: Montserrat, Jost, sans-serif; */
    font-weight: 600;
    margin-top: 20px;
}

Version vom 9. Juni 2021, 17:36 Uhr

/* make the main page subheaders solid bars */
.subheader {
    background-color: #008d8d;
    color: #fff;
    text-align: center;
    padding: .5em;
    font-size: 15px;
    border-radius: 0;
    /* font-family: Montserrat, Jost, sans-serif; */
    font-weight: 600;
    margin-top: 20px;
}