Editorial
Links List 
- Class name: (k-links-list)
- Version: 1.0
You may use this component whenever you need a homogeneous list of links.
For example, in information blocks, whenever you have a list of links of the same subject.
HTML5 Plain Code
-
<ul class="k-links-list">
-
<li><a href="#">Browser Wars</a></li>
-
<li><a href="#">The War of the Worlds</a></li>
-
</ul>
CSS Code
-
ul.k-links-list {padding: 0; margin: 1em;}
-
ul.k-links-list li {list-style-type: disc;}
IE Backward Compatibility
In order to correct display bugs for Internet Explorer versions prior to 9, your html pages need to call the following file by Conditional Comments: