Difference between revisions of "Template:Team:TU Eindhoven/Modeling Script CSS"

(Replaced content with "<html> </html>")
Line 1: Line 1:
 
<html>
 
<html>
 
+
.normallist{
 +
margin:0;
 +
list-style-image: initial;
 +
list-style-type: circle;
 +
}
 
</html>
 
</html>

Revision as of 23:35, 18 September 2015

.normallist{ margin:0; list-style-image: initial; list-style-type: circle; }