Forskel mellem versioner af "MediaWiki:Common.css"

Fra Den Fælleskommunale Rammearkitektur
Skift til: Navigation, Søgning
Linje 7: Linje 7:
 
div#content h4 {
 
div#content h4 {
 
font-size: 1.1em;  
 
font-size: 1.1em;  
border-bottom: 1px LightGrey;
+
border-bottom: 1px solid LightGray;
 
padding-bottom: 5px;
 
padding-bottom: 5px;
 
}
 
}

Versionen fra 9. aug 2018, 13:12

/** CSS inkluderet her vil være aktivt for alle brugere. */

div#content h3 {
    font-size: 1.3em;
}

div#content h4 {
font-size: 1.1em; 
border-bottom: 1px solid LightGray;
padding-bottom: 5px;
}