- will have all but the last <code>background</code> declaration removed (so your gradient would only show up in WebKit browsers). To avoid losing declarations with repeated properties, split each one into its own ruleset, like so:
+ will have all but the last <code>background</code> declaration removed (so your gradient would only show up in WebKit browsers). To avoid losing declarations with repeated properties, split each one into its own ruleset, like so:
- We allow external image URLs (specified as <code>url('http://somesite.com/my_awesome_image.jpg')</code>) in JPG, GIF, and PNG formats.
- Please note, however, that skins using external images will not be approved for public use.
+ <p>
+ We allow external image URLs (specified as <code>url('http://somesite.com/my_awesome_image.jpg')</code>) in JPG, GIF, and PNG formats.
+ Please note, however, that skins using external images will not be approved for public use.
+ </p>
</dd>
<dt>Keywords</dt>
<dd>
- We allow all standard CSS keyword values (e.g., <code>absolute</code>, <code>bottom</code>, <code>center</code>, <code>underline</code>, etc.).
+ <p>
+ We allow all standard CSS keyword values (e.g., <code>absolute</code>, <code>bottom</code>, <code>center</code>, <code>underline</code>, etc.).
+ </p>
</dd>
<dt>Numeric Values</dt>
@@ -119,10 +135,12 @@
<dt>Colors</dt>
<dd>
- You can specify colors using hex values (eg, <code>#000000</code> is black in hex) or with RGB or RGBA values (e.g., <code>rgb(0,0,0)</code> and <code>rgba(0,0,0,0)</code> both give you black).
- This may be safer since not all browsers will necessarily support all color names. However, color names are more
- readable and easier to remember, so we also allow color names. (We suggest you stick to
- <ahref="http://www.w3schools.com/css/css_colornames.asp">the set of commonly-supported color names</a>.)
+ <p>
+ You can specify colors using hex values (eg, <code>#000000</code> is black in hex) or with RGB or RGBA values (e.g., <code>rgb(0,0,0)</code> and <code>rgba(0,0,0,0)</code> both give you black).
+ This may be safer since not all browsers will necessarily support all color names. However, color names are more
+ readable and easier to remember, so we also allow color names. (We suggest you stick to
+ <ahref="http://www.w3schools.com/css/css_colornames.asp">the set of commonly-supported color names</a>.)
+ </p>
</dd>
<dt>Scale</dt>
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.