Diferencia entre revisiones de «Usuario:Stargazer/common.css»

Ir a la navegación Ir a la búsqueda
m (Silly me, the class isn't on the entire blockquote element; that would make things worse)
m (It works, but I don't actually want this to implement for me in Vector, so I'm commenting it out)
}
 
/* Fix to allow quotes from the Stormfather (and all other span elements) in {{t|quote}} in Pivot, but still remove the purple quote marks. To implement, add:
blockquote span.quote-mark {
class="quote-mark"
display:none;
to the span elements around the quote marks in {{t|quote}} and replace:
}
blockquote span { display: none; }
in MediaWiki:Pivot.css with:
blockquote span.quote-mark { display:none; }
*/