| 1 |
Index: system.css
|
| 2 |
===================================================================
|
| 3 |
--- system.css (revision 5162)
|
| 4 |
+++ system.css (working copy)
|
| 5 |
@@ -168,19 +168,16 @@
|
| 6 |
}
|
| 7 |
li.expanded {
|
| 8 |
list-style-type: circle;
|
| 9 |
- list-style-image: url(../../misc/menu-expanded.png);
|
| 10 |
padding: 0.2em 0.5em 0 0;
|
| 11 |
margin: 0;
|
| 12 |
}
|
| 13 |
li.collapsed {
|
| 14 |
list-style-type: disc;
|
| 15 |
- list-style-image: url(../../misc/menu-collapsed.png);
|
| 16 |
padding: 0.2em 0.5em 0 0;
|
| 17 |
margin: 0;
|
| 18 |
}
|
| 19 |
li.leaf {
|
| 20 |
list-style-type: square;
|
| 21 |
- list-style-image: url(../../misc/menu-leaf.png);
|
| 22 |
padding: 0.2em 0.5em 0 0;
|
| 23 |
margin: 0;
|
| 24 |
}
|
| 25 |
@@ -314,10 +311,8 @@
|
| 26 |
}
|
| 27 |
html.js fieldset.collapsible legend a {
|
| 28 |
padding-left: 15px;
|
| 29 |
- background: url(../../misc/menu-expanded.png) 5px 75% no-repeat;
|
| 30 |
}
|
| 31 |
html.js fieldset.collapsed legend a {
|
| 32 |
- background-image: url(../../misc/menu-collapsed.png);
|
| 33 |
background-position: 5px 50%;
|
| 34 |
}
|
| 35 |
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
|