Difference between revisions of "MediaWiki:Vector.css"

From Southern Maryland Wiki @ somd.com
Jump to navigation Jump to search
(Created page with "CSS placed here will affect users of the Vector skin: For GoogleAdSense: #content, #footer { margin-left: 11em; } #left-navigation { left: 11em; }")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
/* For GoogleAdSense */
+
#p-googleadsense-portletlabel{
#content,
+
margin-left: -8px !important;
#footer {
 
    margin-left: 11em;
 
}
 
#left-navigation {
 
    left: 11em;
 
 
}
 
}

Latest revision as of 21:03, 2 March 2019

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

#p-googleadsense-portletlabel{
margin-left: -8px !important;
}