summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes
diff options
context:
space:
mode:
authorxue <>2006-01-29 17:15:28 +0000
committerxue <>2006-01-29 17:15:28 +0000
commit82fe60baccecc1481de74f64fe36e38e6ccd3e48 (patch)
treead5b68572da2120123d914ecf67b210c8b822dea /demos/quickstart/themes
parentd1eaf452f7627a8425f551250cb07fe55658c7c4 (diff)
Updated quickstart tutorial about new template parsing.
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r--demos/quickstart/themes/PradoSoft/style.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css
index 8a3d9b5f..dbfc64d3 100644
--- a/demos/quickstart/themes/PradoSoft/style.css
+++ b/demos/quickstart/themes/PradoSoft/style.css
@@ -27,7 +27,6 @@ h1 {
h2 {
font-size:12pt;
- margin-top: 2.5em;
}
h3 {
@@ -159,13 +158,12 @@ a
.source {
padding: 0.5em;
- border-style:dotted;
+ border-style:solid;
border-width:1px;
- border-color:#cccccc;
+ border-color:#eeeeee;
background-color:#ffffee;
font-family: "Courier New", Courier, mono;
- margin-top: 0.2em;
- margin-bottom: 0.5em;
+ margin: 0.2em;
}
.source pre {
@@ -217,7 +215,6 @@ a
background-color:#ffffee;
margin:5px 10px 10px 10px;
border:1px solid silver;
- padding:10px;
}
code {