Difference between revisions of "MediaWiki:Vector.css"

From EEWiki
Jump to: navigation, search
(Undo revision 9022 by Boba (talk))
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
div#mw-panel div.portal.first h3 {
+
#mw-panel h3 {
   display: unset;
+
   display: block !important;
 
}
 
}
  
div#mw-panel div.portal.first div.body {
+
#mw-panel .body {
   margin-left: unset;
+
   margin: 0px !important;
 
}
 
}

Revision as of 14:19, 22 April 2024

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

#mw-panel h3 {
  display: block !important;
}

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