no bullet
diff --git a/modeling-wip/assets/css/modeling.css b/modeling-wip/assets/css/modeling.css
new file mode 100644
index 0000000..da86186
--- /dev/null
+++ b/modeling-wip/assets/css/modeling.css
@@ -0,0 +1,3 @@
+li {
+ list-style: none;
+}
\ No newline at end of file
diff --git a/modeling-wip/index.php b/modeling-wip/index.php
index 9cc93e0..474fed4 100755
--- a/modeling-wip/index.php
+++ b/modeling-wip/index.php
@@ -7,6 +7,7 @@
$App->AddExtraHtmlHeader('<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->' . "\n\t");
$App->AddExtraHtmlHeader('<link href="assets/css/bootstrap.css" rel="stylesheet">' . "\n\t");
+ $App->AddExtraHtmlHeader('<link href="assets/css/modeling.css" rel="stylesheet">' . "\n\t");
$App->AddExtraHtmlHeader('<script src="assets/js/jquery.js"></script>' . "\n\t");
$App->AddExtraHtmlHeader('<script src="assets/js/bootstrap-collapse.js"></script>' . "\n\t");