[kde-doc-english] www/sites/www-devel/media/includes/derry

Elena M Ramírez eramirez at ximdex.com
Fri Mar 18 14:21:54 CET 2011


SVN commit 1225235 by elenamramirez:

GUI: Fixing relative paths

 M  +4 -4      css.php  
 M  +1 -1      template-top1.inc  


--- trunk/www/sites/www-devel/media/includes/derry/css.php #1225234:1225235
@@ -69,7 +69,7 @@
 
 .header h1:hover:after{
 	content: ' ';
-	background: url('../../../images/back-home.png') no-repeat left top;
+	background: url('../../../edu/images/back-home.png') no-repeat left top;
 	display: block;
 	height: 53px;
 	width: 153px;
@@ -256,7 +256,7 @@
 }
 #main .intro h3{
 	text-indent: -9999999999999999px;
-	background: url('../../../images/wellcome.png') no-repeat left top;
+	background: url('../../../edu/images/wellcome.png') no-repeat left top;
 }
 #main .intro img{
 	border: none; margin: -25px 0px 0 0; padding: 0px; background: none;float: right;
@@ -387,7 +387,7 @@
 }
 
 #rss h3, #required-area h3, #main .info-area h4{
-	background: url('../../../images/icons.png') no-repeat left top;
+	background: url('../../../edu/images/icons.png') no-repeat left top;
 	padding: 9px 0 5px 36px;
 	font-size: 1.25em;
 }
@@ -498,7 +498,7 @@
 }
 .up a{
 	text-indent: -999999999999999999999px;
-	background: url('../../../images/up.png') no-repeat left top;
+	background: url('../../../edu/images/up.png') no-repeat left top;
 	display: block;
 	width: 121px;
 	height: 128px;
--- trunk/www/sites/www-devel/media/includes/derry/template-top1.inc #1225234:1225235
@@ -2,7 +2,7 @@
 ?>
     <div class="root">
     	<div class="header">
-			<h1><a href="/"><img src="/images/kdedu-logo.png" title="The KDE Education Project" alt="KDEdu Logo" height="92px" width="174px"/></a></h1>
+			<h1><a href="/"><img src="images/kdedu-logo.png" title="The KDE Education Project" alt="KDEdu Logo" height="92px" width="174px"/></a></h1>
 			<div class="search"><label for="search">Search </label><input type="text" id="search"/></div>
 			<?php
 			  $template_menulist1 = "<li>";  // before the menu section title


More information about the kde-doc-english mailing list