summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes
diff options
context:
space:
mode:
authorxue <>2006-02-09 14:32:13 +0000
committerxue <>2006-02-09 14:32:13 +0000
commit47088abad9dbdd4ea24180753fa47ea3e363390c (patch)
tree966c86862df4eb6bfd964fdbb7649d0eba1e8526 /demos/quickstart/themes
parentaa46c9ab78abdd23c273c5e49b402a87a2aefcdb (diff)
Added Printer-friendly version of quickstart tutorial.
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r--demos/quickstart/themes/PradoSoft/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css
index e054d05a..df8d1e19 100644
--- a/demos/quickstart/themes/PradoSoft/style.css
+++ b/demos/quickstart/themes/PradoSoft/style.css
@@ -68,7 +68,7 @@ a
-#menu {
+.mainmenu {
padding:10px;
padding-right:10px;
background:#EDEDED;
@@ -79,12 +79,12 @@ a
font-size: 9pt;
}
-#menu a {
+.mainmenu a {
color:#737373;
text-decoration:none;
}
-#menu a:hover {
+.mainmenu a:hover {
color: #FF0000;
}