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 2007/11/04 12:22:49 UTC

svn commit: r591763 - in /lenya/sandbox/modules/docustyle/resources: css/ css/page.css images/ shared/css/ shared/images/

Author: andreas
Date: Sun Nov  4 03:22:48 2007
New Revision: 591763

URL: http://svn.apache.org/viewvc?rev=591763&view=rev
Log:
Moving resources from shared to resources directory

Added:
    lenya/sandbox/modules/docustyle/resources/css/
      - copied from r591761, lenya/sandbox/modules/docustyle/resources/shared/css/
    lenya/sandbox/modules/docustyle/resources/images/
      - copied from r591761, lenya/sandbox/modules/docustyle/resources/shared/images/
Removed:
    lenya/sandbox/modules/docustyle/resources/shared/css/
    lenya/sandbox/modules/docustyle/resources/shared/images/
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=591763&r1=591761&r2=591763&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Sun Nov  4 03:22:48 2007
@@ -68,7 +68,7 @@
 .tab a span, .tab-selected a span {
   padding: .3em 1.2em .3em .8em;
   display: block;
-  background: url('/docu/live/images/corner.png') right top no-repeat;
+  background: url('/modules/docustyle/images/corner.png') right top no-repeat;
 }
 
 .tab a:hover span {
@@ -100,16 +100,16 @@
 }
 
 #menu li {
-  /* background: url('/docu/live/images/bullet.png') left .2em no-repeat; */
+  /* background: url('/modules/docustyle/images/bullet.png') left .2em no-repeat; */
   padding-left: .7em;
 }
 
 #menu li.open {
-  background: url('/docu/live/images/bullet-open.png') left .3em no-repeat;
+  background: url('/modules/docustyle/images/bullet-open.png') left .3em no-repeat;
 }
 
 #menu li.closed {
-  background: url('/docu/live/images/bullet-closed.png') left .3em no-repeat;
+  background: url('/modules/docustyle/images/bullet-closed.png') left .3em no-repeat;
 }
 
 #menu li.closed ul {



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