r9609 - helma-ng/trunk/apps/demo/static
[email protected] Sun, 12 Apr 2009 14:24:09 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090412122409.6E7093D0D6@mia> |
Author: hannes
Date: 2009-04-12 14:24:09 +0200 (Sun, 12 Apr 2009)
New Revision: 9609
Modified:
helma-ng/trunk/apps/demo/static/style.css
Log:
Update demo app stylesheet.
Details at http://dev.helma.org/trac/helma/changeset/9609
Modified: helma-ng/trunk/apps/demo/static/style.css
===================================================================
--- helma-ng/trunk/apps/demo/static/style.css 2009-04-12 12:24:06 UTC (rev 9608)
+++ helma-ng/trunk/apps/demo/static/style.css 2009-04-12 12:24:09 UTC (rev 9609)
@@ -24,7 +24,7 @@
#wrap {
margin: 0 auto;
- width: 780px;
+ width: 750px;
}
#header {
@@ -41,45 +41,47 @@
#logo {
text-align:center;
float: right;
- width: 200px;
+ width: 130px;
margin: 10px;
padding: 5px;
}
#main {
- clear:both;
- float:left;
- width:520px;
+ clear: both;
+ float: left;
+ width: 530px;
margin: 0 10px;
padding: 5px;
}
#menu {
- float:right;
- width:200px;
+ float: right;
+ width: 150px;
}
#menu ul {
background-color: #abd;
- border-width: 1px 2px 2px 1px;
- border-color: black;
+ border-width: 1px 1px 0 1px;
+ border-color: white;
border-style: solid;
margin: 10px;
- padding: 5px;
+ padding: 0;
}
div#menu li {
list-style: none;
+ border-bottom: 1px solid white;
}
#menu a {
text-decoration: none;
color: black;
- padding: 2px;
+ padding: 4px;
+ display: block;
}
#menu a:hover {
- background-color: white;
+ background-color: orange;
}
#footer {
@@ -91,9 +93,9 @@
}
pre.code {
- background-color: #bda;
- border-width: 1px 2px 2px 1px;
- border-color: black;
+ background-color: #abc;
+ border-width: 1px;
+ border-color: #9ab;
border-style: solid;
padding: 0.8em;
line-height: 145%;