MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
Regel 1: Regel 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
/* For MediaWiki:Ws-header */
 
.row.row-wsheader {
 
.row.row-wsheader {
 
     padding-top: 25px;
 
     padding-top: 25px;
 
     padding-left: 15px;
 
     padding-left: 15px;
 
     padding-right: 15px;
 
     padding-right: 15px;
}
 
 
[class^="icon-"], [class*=" icon-"] {
 
    display: inline-block;
 
    width: 100%;
 
 
}
 
}

Versie van 26 okt 2020 12:50

/* CSS placed here will be applied to all skins */

/* For MediaWiki:Ws-header */
.row.row-wsheader {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}