r9638 - helma-ng/trunk/apps/demo/static
[email protected] Tue, 21 Apr 2009 16:01:08 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090421140108.7AB5E3D0D6@mia> |
Author: hannes
Date: 2009-04-21 16:01:08 +0200 (Tue, 21 Apr 2009)
New Revision: 9638
Modified:
helma-ng/trunk/apps/demo/static/style.css
Log:
Minor color tweaking
Details at http://dev.helma.org/trac/helma/changeset/9638
Modified: helma-ng/trunk/apps/demo/static/style.css
===================================================================
--- helma-ng/trunk/apps/demo/static/style.css 2009-04-21 14:01:06 UTC (rev 9637)
+++ helma-ng/trunk/apps/demo/static/style.css 2009-04-21 14:01:08 UTC (rev 9638)
@@ -33,7 +33,7 @@
#header h1 {
float: left;
- color: orange;
+ color: #c00;
margin: 20px 10px;
padding: 15px 5px;
}
@@ -60,7 +60,7 @@
}
#menu ul {
- background-color: #abd;
+ background-color: #abc;
border-width: 1px 1px 0 1px;
border-color: white;
border-style: solid;
@@ -81,7 +81,7 @@
}
#menu a:hover {
- background-color: orange;
+ background-color: #89a;
}
#footer {