Index: trunk/extensions/Narayam/resources/ext.narayam.core/ext.narayam.core.css |
— | — | @@ -104,29 +104,29 @@ |
105 | 105 | |
106 | 106 | div#narayam-menu-items li.narayam-help-link a { |
107 | 107 | /* @embed */ |
108 | | - background: url('images/help.png') no-repeat scroll left center transparent; |
| 108 | + background: url('../images/help.png') no-repeat scroll left center transparent; |
109 | 109 | padding-left: 20px; |
110 | 110 | line-height: 1.5em; |
111 | 111 | } |
112 | 112 | |
113 | 113 | li#pt-narayam.narayam-active { |
114 | 114 | /* @embed */ |
115 | | - background: url('images/narayam-active.png') no-repeat scroll left top transparent; |
| 115 | + background: url('../images/narayam-active.png') no-repeat scroll left top transparent; |
116 | 116 | } |
117 | 117 | |
118 | 118 | li#pt-narayam.narayam-inactive { |
119 | 119 | /* @embed */ |
120 | | - background: url('images/narayam-inactive.png') no-repeat scroll left top transparent; |
| 120 | + background: url('../images/narayam-inactive.png') no-repeat scroll left top transparent; |
121 | 121 | } |
122 | 122 | |
123 | 123 | li.narayam-more-imes-link { |
124 | 124 | /* @embed */ |
125 | | - background: url('images/closed-ltr.png') no-repeat scroll left center transparent; |
| 125 | + background: url('../images/closed-ltr.png') no-repeat scroll left center transparent; |
126 | 126 | } |
127 | 127 | |
128 | 128 | li.narayam-more-imes-link.open { |
129 | 129 | /* @embed */ |
130 | | - background: url('images/open.png') no-repeat scroll left center transparent; |
| 130 | + background: url('../images/open.png') no-repeat scroll left center transparent; |
131 | 131 | } |
132 | 132 | li.narayam-more-imes-link a { |
133 | 133 | padding-left: 10px; |