r111148 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111147‎ | r111148 | r111149 >
Date:06:08, 10 February 2012
Author:santhosh
Status:ok
Tags:
Comment:
Fix th eimage locations broken in r111039
Modified paths:
  • /trunk/extensions/Narayam/resources/ext.narayam.core/ext.narayam.core.css (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/resources/ext.narayam.core/ext.narayam.core.css
@@ -104,29 +104,29 @@
105105
106106 div#narayam-menu-items li.narayam-help-link a {
107107 /* @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;
109109 padding-left: 20px;
110110 line-height: 1.5em;
111111 }
112112
113113 li#pt-narayam.narayam-active {
114114 /* @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;
116116 }
117117
118118 li#pt-narayam.narayam-inactive {
119119 /* @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;
121121 }
122122
123123 li.narayam-more-imes-link {
124124 /* @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;
126126 }
127127
128128 li.narayam-more-imes-link.open {
129129 /* @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;
131131 }
132132 li.narayam-more-imes-link a {
133133 padding-left: 10px;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111039Move ext.narayam.core modules to their own folderreedy14:51, 9 February 2012

Status & tagging log