Index: modules/node/node.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.css,v
retrieving revision 1.4
diff -u -r1.4 node.css
--- modules/node/node.css	24 Jul 2007 21:33:53 -0000	1.4
+++ modules/node/node.css	24 Jan 2008 16:26:32 -0000
@@ -7,7 +7,7 @@
   background-color: #ffffea;
 }
 #node-admin-filter ul {
-  list-style-type: none;
+  list-style: none;
   padding: 0;
   margin: 0;
   width: 100%;
Index: modules/system/system-menus.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system-menus.css,v
retrieving revision 1.1
diff -u -r1.1 system-menus.css
--- modules/system/system-menus.css	5 Oct 2007 14:50:25 -0000	1.1
+++ modules/system/system-menus.css	24 Jan 2008 16:26:33 -0000
@@ -41,7 +41,7 @@
 }
 ul.links li {
   display: inline;
-  list-style-type: none;
+  list-style: none;
   padding: 0 0.5em;
 }
 .block ul {
Index: modules/user/user.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.css,v
retrieving revision 1.7
diff -u -r1.7 user.css
--- modules/user/user.css	21 Jun 2007 04:38:41 -0000	1.7
+++ modules/user/user.css	24 Jan 2008 16:26:33 -0000
@@ -20,7 +20,7 @@
   text-align: center;
 }
 #user-admin-filter ul {
-  list-style-type: none;
+  list-style: none;
   padding: 0;
   margin: 0;
   width: 100%;
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.38
diff -u -r1.38 style.css
--- themes/garland/style.css	18 Jan 2008 16:14:56 -0000	1.38
+++ themes/garland/style.css	24 Jan 2008 16:26:34 -0000
@@ -122,8 +122,7 @@
 
 ul li, ul.menu li, .item-list ul li, li.leaf {
   padding: 0 0 .2em 1.5em;
-  list-style-type: none;
-  list-style-image: none;
+  list-style: none;
   background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
 }
 
@@ -152,8 +151,7 @@
 
 ol.task-list {
   margin-left: 0; /* LTR */
-  list-style-type: none;
-  list-style-image: none;
+  list-style: none;
 }
 ol.task-list li {
   padding: 0.5em 1em 0.5em 2em; /* LTR */
