# HG changeset patch # User hauberg # Date 1160899239 0 # Node ID bfec1369b39e2858ddb81a8ced08d7afae82f999 # Parent be862d57cb25fd49ac5a832ad1da98116e42c17c Swapped the two green colors diff -r be862d57cb25 -r bfec1369b39e www/octave-forge.css --- a/www/octave-forge.css Sat Oct 14 17:39:35 2006 +0000 +++ b/www/octave-forge.css Sun Oct 15 08:00:39 2006 +0000 @@ -38,10 +38,10 @@ div#nav a { //background-color: #729fcf; - background-color: #4e9a06; + background-color: #73d216; //#4e9a06; border: 1px solid; //border-color: #3465a4; - border-color: #73d216; + border-color: #4e9a06; //#73d216; display: block; padding: 0.2em 0.5em 0.2em 0.5em ; text-decoration: none; @@ -51,7 +51,7 @@ div#nav a:hover { //background-color: #204a87; - background-color: #73d216; + background-color: #4e9a06; //#73d216; } /* the navigation choices for function reference. */ @@ -59,7 +59,7 @@ div#nav2 { float: right; //background-color: #729fcf; - background-color: #4e9a06; + background-color: #73d216; //#4e9a06; //border: 1px solid; padding: 3px; @@ -107,10 +107,10 @@ div#title h1 { background-color: #ffffff; //border-bottom: 4px solid #729fcf; - border-bottom: 4px solid #4e9a06; + border-bottom: 4px solid #73d216; //#4e9a06; font-size: xx-large; //color: #729fcf; - color: #4e9a06; + color: #73d216; //#4e9a06; padding: 0; margin: 0; } @@ -186,7 +186,7 @@ a.package_link { color: black; - font-weight: bold; + font-weight: bold;#73d216; //#4e9a06; font-size: 80%; text-decoration: none; }