MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Viopedia
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
 
h1, .h1, h2, .h2, h3, .h3 {
 
h1, .h1, h2, .h2, h3, .h3 {
 
     margin-top: 30px;
 
     margin-top: 30px;
     margin-bottom: 20px;
+
     margin-bottom: 15px;
 
}
 
}
  
p {
+
#content p {
 
     line-height: 1.5;
 
     line-height: 1.5;
 
}
 
}

Version vom 8. Juni 2020, 00:21 Uhr

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

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

#content p {
    line-height: 1.5;
}