Difference between revisions of "MediaWiki:Vector.css"

From EEWiki
Jump to: navigation, search
Line 2: Line 2:
  
 
#mw-panel h3 {
 
#mw-panel h3 {
   display: block !important;
+
   display: block;
 +
  padding: 0px 0px 0.5em;
 +
  font-size: 1em;
 
}
 
}
  
 
#mw-panel .body {
 
#mw-panel .body {
   margin: 0px !important;
+
   margin: 0px;
 +
}
 +
 
 +
#mw-panel .portal {
 +
  background-image: none;
 
}
 
}

Revision as of 14:21, 22 April 2024

/* CSS placed here will affect users of the Vector skin */

#mw-panel h3 {
  display: block;
  padding: 0px 0px 0.5em;
  font-size: 1em;
}

#mw-panel .body {
  margin: 0px;
}

#mw-panel .portal {
  background-image: none;
}