MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Viopedia
Wechseln zu: Navigation, Suche
Zeile 2: Zeile 2:
 
     width: auto !important;
 
     width: auto !important;
 
     min-width: 65%;
 
     min-width: 65%;
 +
}
 +
 +
h1, .h1, h2, .h2, h3, .h3 {
 +
    margin-top: 30px;
 +
    margin-bottom: 20px;
 +
}
 +
 +
p {
 +
    line-height: 1.5;
 
}
 
}

Version vom 7. Juni 2020, 23:29 Uhr

.table {
    width: auto !important;
    min-width: 65%;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

p {
    line-height: 1.5;
}