Bug 533765 - Fix broken CSS on PTP website

Change-Id: I3e592108ced807989b5cbc564852e1effbadb502
Signed-off-by: Greg Watson <g.watson@computer.org>
diff --git a/style.css b/style.css
index 38e7195..7cd0af0 100644
--- a/style.css
+++ b/style.css
@@ -7,11 +7,6 @@
     text-align: center;
 }
 
-#leftnav li {
-    list-style-image: none;
-    list-style-type: disc;
-}
-
 #leftnav .separator {
     list-style-type: none;
 }
@@ -19,9 +14,3 @@
 #leftnav .separator img {
 	display: none;
 }
-
-#novaContent li {
-    padding: 0;
-    list-style-type: disc;
-    list-style-image: none;
-}
\ No newline at end of file