Differenze tra le versioni di "MediaWiki:Vector.css"
Jump to navigation
Jump to search
| (Una versione intermedia di uno stesso utente non è mostrata) | |||
| Riga 3: | Riga 3: | ||
display:block !important; | display:block !important; | ||
} | } | ||
| − | /* Option 1: hide the header | + | /* Option 1: hide the header */ |
#p-googleadsense h3 { | #p-googleadsense h3 { | ||
| − | display: | + | display:block; |
| − | } | + | } |
/* Option 2: just hide the arrow in the header */ | /* Option 2: just hide the arrow in the header */ | ||
#p-googleadsense h3 { | #p-googleadsense h3 { | ||
background:none !important; | background:none !important; | ||
} | } | ||
Versione attuale delle 22:47, 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:block;
}
/* Option 2: just hide the arrow in the header */
#p-googleadsense h3 {
background:none !important;
}