forked from jgthms/css-reference
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (19 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
28 lines (19 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: single
property_name: list-style
---
<section id="list-style" class="property property--shorthand">
<header class="property-header">
<nav class="property-links">
<a class="property-links-direct" href="{{site.url}}/property/list-style/" data-property-name="list-style" data-tooltip="Single page for this property">Permalink</a>
<a class="property-share" data-tooltip="Share on Twitter or Facebook" data-property-name="list-style">Share</a>
<a target="_blank" href="https://developer.mozilla.org/en/docs/Web/CSS/list-style" data-tooltip="See on Mozilla Developer Network" rel="external">MDN</a>
</nav>
<h2 class="property-name">
<a href="#list-style"><span>#</span>list-style</a>
</h2>
<div class="property-description">
<p>Shorthand property for <code class="shorthand"><a class="hash" href="{{site.url}}/property/list-style-type" data-property-name="list-style-type">list-style-type</a></code> <code class="shorthand"><a class="hash" href="{{site.url}}/property/list-style-image" data-property-name="list-style-image">list-style-image</a></code> and <code class="shorthand"><a class="hash" href="{{site.url}}/property/list-style-position" data-property-name="list-style-position">list-style-position</a></code>.</p>
</div>
</header>
</section>