Differenze tra le versioni di "MediaWiki:Vector.css"

Da FountainPen.
Jump to navigation Jump to search
(Pagina svuotata)
Riga 1: Riga 1:
 
+
/* force the display of the contents of the section */
 +
#p-googleadsense  .body {
 +
display:block !important;
 +
}
 +
/* Option 1: hide the header */
 +
#p-googleadsense h3 {
 +
display:none;
 +
}
 +
/* Option 2: just hide the arrow in the header */
 +
#p-googleadsense h3 {
 +
background:none !important;
 +
}

Versione delle 22:45, 20 dic 2013

/* force the display of the contents of the section */
#p-googleadsense  .body {
	display:block !important;
}
/* Option 1: hide the header */
#p-googleadsense h3 {
	display:none;
}
/* Option 2: just hide the arrow in the header */
#p-googleadsense h3 {
	background:none !important;
}