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

Rafael Laboissiere rafael at costa.debian.org
Mon Sep 19 17:34:28 UTC 2005


Author: rafael
Date: 2005-09-19 17:34:28 +0000 (Mon, 19 Sep 2005)
New Revision: 254

Modified:
   trunk/www/common.css
   trunk/www/guidelines.css
Log:
Some visual improvements.  Check them at pkg-octave.a.d.o/DOG-Guidelines.html


Modified: trunk/www/common.css
===================================================================
--- trunk/www/common.css	2005-09-19 13:40:45 UTC (rev 253)
+++ trunk/www/common.css	2005-09-19 17:34:28 UTC (rev 254)
@@ -15,7 +15,8 @@
 
 h1.title {
   font-size: 1.5em;
-  border-bottom: solid black 1px;
+  border-bottom: solid gray 1px;
   color: #005a9c;
+  padding-bottom: 0.5ex;
 }
 

Modified: trunk/www/guidelines.css
===================================================================
--- trunk/www/guidelines.css	2005-09-19 13:40:45 UTC (rev 253)
+++ trunk/www/guidelines.css	2005-09-19 17:34:28 UTC (rev 254)
@@ -28,6 +28,14 @@
   margin-top: 2em;
 }
 
+a {
+  text-decoration: none;
+}
+
+a:hover {
+  text-decoration: underline;
+}
+
 a.toc-backref {
   text-decoration: none ;
   color: black }
@@ -93,6 +101,19 @@
 div.footer, div.header {
   font-size: smaller }
 
+div.line {
+  font-size: smaller;
+  color: #7f7f7f;
+}
+
+div.line a:link {
+  color: #7f7ff6;
+}
+
+div.line a:visited {
+  color: #a88bc5;
+}
+
 div.line-block {
   display: block ;
   margin-top: 1em ;




More information about the Pkg-octave-commit mailing list