You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2012/09/21 02:53:07 UTC

svn commit: r1388284 - /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/simple-desktop.css

Author: jwaldman
Date: Fri Sep 21 00:53:07 2012
New Revision: 1388284

URL: http://svn.apache.org/viewvc?rev=1388284&view=rev
Log:
TRINIDAD-2294 AFLogo selector uses a 'relative url' notation when a 'context relative url' is more desirable. 
thanks to Pavitra Subramaniam for the patch

Modified:
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/simple-desktop.css

Modified: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/simple-desktop.css
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/simple-desktop.css?rev=1388284&r1=1388283&r2=1388284&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/simple-desktop.css (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/simple-desktop.css Fri Sep 21 00:53:07 2012
@@ -104,7 +104,7 @@ af|treeTable::content
 {
   width: 103px;
   height: 13px;
-  background-image: url('../../images/logo-dark.png');
+  background-image: url('/adf/images/logo-dark.png');
   background-repeat: no-repeat;
   background-position: center;
   vertical-align: middle;
@@ -112,6 +112,6 @@ af|treeTable::content
 /* end stylesheet with no options */
 @agent ie and (version: 6){
   .AFLogo {
-    background-image: url('../../images/logo-dark.gif');
+    background-image: url('/adf/images/logo-dark.gif');
   }
 }