1
edit
Changes
→Usage Examples
== Usage Examples ==
table {border-right: thick #FFFFFF;}
sets the right border-width to be thick and the border-color to be white
<pre>table {border-right: thin dotted #000000;}
sets the right border-width to be thin, border-style is set to dotted and the border-color
is set to black.</pre>
== Notes ==