MediaWiki:Common.css: Unterschied zwischen den Versionen

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

  1. toc { max-width: 600px; }

.mw-editsection { display: none; }

h2:has(span.mw-headline) { border-bottom: 1px solid rgb(51, 51, 51); padding-bottom: 2px; }

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
        
        #toc { max-width: 600px; }
        
        
        
        .mw-editsection { display: none; }
        
        
        
        h2:has(span.mw-headline) {
        
        	border-bottom: 1px solid rgb(51, 51, 51);
        
        	padding-bottom: 2px;
        
        }
Zeile 4: Zeile 4:
 
.mw-editsection { display: none; }
 
.mw-editsection { display: none; }
  
h2:has(span) {
+
h2:has(span.mw-headline) {
 
border-bottom: 1px solid rgb(51, 51, 51);
 
border-bottom: 1px solid rgb(51, 51, 51);
 
padding-bottom: 2px;
 
padding-bottom: 2px;
 
}
 
}