Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -246,6 +246,8 @@ |
247 | 247 | border: solid 1px silver; |
248 | 248 | border-top-width: 0; |
249 | 249 | list-style: none; |
| 250 | + list-style-image: none; |
| 251 | + list-style-type: none; |
250 | 252 | padding: 0; |
251 | 253 | margin: 0; |
252 | 254 | margin-left: -1px; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -246,6 +246,8 @@ |
247 | 247 | border: solid 1px silver; |
248 | 248 | border-top-width: 0; |
249 | 249 | list-style: none; |
| 250 | + list-style-image: none; |
| 251 | + list-style-type: none; |
250 | 252 | padding: 0; |
251 | 253 | margin: 0; |
252 | 254 | margin-right: -1px; |