/[drupal]/contributions/themes/blueprint/system.css.patch
ViewVC logotype

Contents of /contributions/themes/blueprint/system.css.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Jun 4 03:32:32 2008 UTC (17 months, 3 weeks ago) by m3avrck
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-patch
add a few performance notes
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). */

  ViewVC Help
Powered by ViewVC 1.1.2