Template:Top quote and image: Difference between revisions
Content deleted Content added
Seddon (WMF) (talk | contribs) Created page with "<html><style type="text/css"> div#Appeal-quote blockquote { margin: 0; padding: 0; position: relative; } div#Appeal-quote blockquote:before { ..." |
m Pcoombe moved page Template:2011FR/quote to Template:Top quote and image: clearer name |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1:
<html><style type="text/css">
div#Appeal-image img {
border-radius: 5px;
float: left;
margin: 0 20px 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
div#Appeal-quote blockquote {
margin: 0;
Line 36 ⟶ 43:
<div id="Appeal-quote">
<blockquote>
<p></html>{{{
</blockquote>
<div id="Appeal-image">
<img src="</html>{{{2}}}<html>" alt="</html>{{{3}}}<html>" width="300" height="200" /></div>
</div>
</html>
|