X-Git-Url: https://svn.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/9d3a523afdf3f69bbec53840a134807edb2415f2..66bf2620aa24532c041bfd3180bc8e10e7a64da1:/skins/custom_generic/zpt_stylesheet.css.dtml

diff --git a/skins/custom_generic/zpt_stylesheet.css.dtml b/skins/custom_generic/zpt_stylesheet.css.dtml
index 84442d4..8acbdab 100644
--- a/skins/custom_generic/zpt_stylesheet.css.dtml
+++ b/skins/custom_generic/zpt_stylesheet.css.dtml
@@ -139,6 +139,7 @@ textarea {
 
 #Masthead td {
   vertical-align: middle;
+  padding:0;
 }
 
 #PortalLogo  {
@@ -194,11 +195,11 @@ textarea {
 .ActionLink a:link,
 .ActionLink a:visited,
 .ActionLink a:active { 
-  color: &dtml-linkColor;;
+  color: &dtml-specialLinkColor;;
   text-decoration: none 
 }
 
-.ActionLink a:hover { color: &dtml-linkHoverColor;}
+.ActionLink a:hover { color: &dtml-specialLinkHoverColor;}
 
 
 /* Breadcrumbs + Search form */  
@@ -372,11 +373,11 @@ textarea {
 .listing a:link,
 .listing a:visited,
 .listing a:active { 
-  color: &dtml-specialLinkColor;;
+  color: &dtml-linkColor;;
 }
 
 .listing th a:hover {
-	color: &dtml-specialLinkHoverColor;;
+	color: &dtml-linkHoverColor;;
 }
 
 .listing td {
@@ -407,11 +408,11 @@ textarea {
 .listingBar a:link,
 .listingBar a:visited,
 .listingBar a:active {
-	color : &dtml-specialLinkColor;;
+	color : &dtml-linkColor;;
 }
 
 .listingBar a:hover {
-	color : &dtml-specialLinkHoverColor;;
+	color : &dtml-linkHoverColor;;
 }
 
 .listingBar a.previous {