[Pkg-octave-commit] rev 626 - trunk/www

Rafael Laboissiere rafael at costa.debian.org
Mon Jun 5 11:05:30 UTC 2006


Author: rafael
Date: 2006-06-05 11:05:29 +0000 (Mon, 05 Jun 2006)
New Revision: 626

Modified:
   trunk/www/common.css
   trunk/www/dog.css
   trunk/www/index.html.in
Log:
CSS validation effort:
* Make the dog.css and common.css style sheets really validate as CSS (zero
  error, zero warning)
* Put correctly URI for the CSS validation button at the bottom of
  index.html.in


Modified: trunk/www/common.css
===================================================================
--- trunk/www/common.css	2006-06-05 10:42:38 UTC (rev 625)
+++ trunk/www/common.css	2006-06-05 11:05:29 UTC (rev 626)
@@ -9,6 +9,7 @@
   font-size: 1.2em;
   font-weight: bold;
   color: rgb(136,0,0);
+  background-color: inherit;
   margin-top: 2em;
   margin-bottom: 0.5em;
 }
@@ -17,6 +18,7 @@
   font-size: 1.5em;
   border-bottom: solid gray 1px;
   color: #005a9c;
+  background-color: inherit;  
   padding-bottom: 0.5ex;
 }
 

Modified: trunk/www/dog.css
===================================================================
--- trunk/www/dog.css	2006-06-05 10:42:38 UTC (rev 625)
+++ trunk/www/dog.css	2006-06-05 11:05:29 UTC (rev 626)
@@ -32,7 +32,7 @@
   bottom: 2em;
   text-indent:  0.5em;
   padding: 0;
-  background:  #eec;
+  background-color:  #eec;
   color:  #000;
   border: 1px dashed #aa7;
   line-height: 1.5em;
@@ -51,17 +51,17 @@
 
 #Menu a {
   display: block;
-  background: #eec;
+  background-color: #eec;
   color: blue;
   text-decoration: none;
 }
 
-#Menu a:hover { background-color: white; }
+#Menu a:hover { color: inherit; background-color: white; }
 #Menu a:before { content: url('icons/right.png'); }
-#Menu a:visited { color: purple; }
+#Menu a:visited { color: purple; background-color: inherit; }
 
 #Menu .navhead {
-  background: #aa7;
+  background-color: #aa7;
   color: #fff;
   border: none;
   width: 100%;
@@ -77,6 +77,7 @@
 #footer {
   font-size: 0.8em;
   color: #aaaaaa;
+  background-color: inherit;
 }
 
 #footer table {
@@ -86,10 +87,12 @@
 
 #footer a {
   color: #aaaaff;
+  background-color: inherit;  
 }
 
 #footer a:visited {
   color: #ffaaaa;
+  background-color: inherit;  
 }
 
 .warn {
@@ -100,11 +103,12 @@
   text-align: center;
   padding: 1ex;
   border: solid 1px;
-  background: pink;
+  background-color: #ffc0cb;
 }
 
 .warn a {
   color: red;
+  background-color: inherit;  
   text-decoration: underline;
 }
 

Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in	2006-06-05 10:42:38 UTC (rev 625)
+++ trunk/www/index.html.in	2006-06-05 11:05:29 UTC (rev 626)
@@ -428,7 +428,7 @@
           <a href="http://validator.w3.org/check/referer">
             <img src="icons/button-xhtml.png" class="button"
 	         alt="Valid XHTML 1.0!"/></a><br/>
-	  <a href="http://jigsaw.w3.org/css-validator/check/referer">
+	  <a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fpkg-octave.alioth.debian.org%2Fdog.css&amp;warning=1">
             <img src="icons/button-css.png" class="button" 
 	         alt="Valid CSS!"/> 
           </a>




More information about the Pkg-octave-commit mailing list