You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/27 01:58:23 UTC

svn commit: r631445 - /lenya/sandbox/modules/docustyle/resources/css/page.css

Author: andreas
Date: Tue Feb 26 16:58:20 2008
New Revision: 631445

URL: http://svn.apache.org/viewvc?rev=631445&view=rev
Log:
Updated image links in docustyle CSS.

Modified:
    lenya/sandbox/modules/docustyle/resources/css/page.css

Modified: lenya/sandbox/modules/docustyle/resources/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/page.css?rev=631445&r1=631444&r2=631445&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Tue Feb 26 16:58:20 2008
@@ -25,7 +25,7 @@
 
 #header {
   font-size: 11pt;
-  background: url('/modules/docustyle/images/gradient.png') left top repeat-x;
+  background: url('/docu/live/docustyle/images/gradient.png') left top repeat-x;
 }
 
 #logo {
@@ -57,7 +57,7 @@
   margin: 0;
   padding: 0 0 0 200px;
   list-style-type: none;
-  background: url('/modules/docustyle/images/gradient.png') left bottom repeat-x;
+  background: url('/docu/live/docustyle/images/gradient.png') left bottom repeat-x;
 }
 
 #tabs a {
@@ -81,7 +81,7 @@
 .tab a span, .tab-selected a span {
   padding: .3em 1.2em .3em 15px;
   display: block;
-  background: url('/modules/docustyle/images/corner-dddddd.png') right top no-repeat;
+  background: url('/docu/live/docustyle/images/corner-dddddd.png') right top no-repeat;
 }
   
 .tab a:hover span {
@@ -138,11 +138,11 @@
 }
 
 #menu li.open {
-  background: url('/modules/docustyle/images/bullet-open.png') left .3em no-repeat;
+  background: url('/docu/live/docustyle/images/bullet-open.png') left .3em no-repeat;
 }
 
 #menu li.closed {
-  background: url('/modules/docustyle/images/bullet-closed.png') left .3em no-repeat;
+  background: url('/docu/live/docustyle/images/bullet-closed.png') left .3em no-repeat;
 }
 
 #menu li.closed ul {
@@ -198,7 +198,7 @@
   
 #search p {
   padding: .5em 2em;
-  background: url('/modules/docustyle/images/corner-bottom-left.png') left bottom no-repeat;
+  background: url('/docu/live/docustyle/images/corner-bottom-left.png') left bottom no-repeat;
 }
 
 input.searchfield {
@@ -477,12 +477,12 @@
 }
 
 div#tocBottom {
-  background: url('/modules/svg/tab-bottomLeft-5-FFEEEE-BB9999.png') left bottom no-repeat;
+  background: url('/docu/live/svg/tab-bottomLeft-5-FFEEEE-BB9999.png') left bottom no-repeat;
 }
 
 div#tocBottom div {
   height: 5px;
-  background: url('/modules/svg/tab-bottomRight-5-FFEEEE-BB9999.png') right bottom no-repeat;
+  background: url('/docu/live/svg/tab-bottomRight-5-FFEEEE-BB9999.png') right bottom no-repeat;
 }
 
 ul, ol {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org