<?xml version="1.0" encoding="UTF-8"?><property><name>column-rule</name><description><![CDATA[Shorthand for setting column-rule-width, column-rule-style, and column-rule-color at the same place]]></description><keywords><![CDATA[css property column-rule column rule]]></keywords><longDescription><![CDATA[<p>This property is a shorthand for setting <a href="column-rule-width">column-rule-width</a>, <a href="column-rule-style">column-rule-style</a>, and <a href="column-rule-color">column-rule-color</a> at the same place in the style sheet. Omitted values are set to their initial values.</p>

<h2>Syntax</h2>
<p><code>column-rule: &lt;column-rule-width&gt; || &lt;border-style&gt; || [ &lt;color&gt; | transparent ];</code></p>

]]></longDescription><syntaxes></syntaxes><versions><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-multicol/#column-rule0]]></version></versions></property>