summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes
diff options
context:
space:
mode:
authorwei <>2005-12-28 22:41:20 +0000
committerwei <>2005-12-28 22:41:20 +0000
commitccdb91a35602377fe389c6c5b0945478929e0eca (patch)
tree2c52b7470892e7d1ea58bd4e99ae819fa6449845 /demos/quickstart/themes
parent6378fdf3eea7fd3bd00b590441b28c5b4915df5a (diff)
Adding TTextHighlighter for quickstart docs.
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r--demos/quickstart/themes/Simple/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css
index 4fc38e07..a4e15ff8 100644
--- a/demos/quickstart/themes/Simple/style.css
+++ b/demos/quickstart/themes/Simple/style.css
@@ -86,12 +86,13 @@ h3 {
}
.source {
- padding:10px;
+ padding: 0 1em;
border-style:solid;
border-width:1px;
border-color:#cccccc;
background-color:#ffffee;
font-family: "Courier New", Courier, mono;
+ margin-bottom: 0.5em;
}
.runbar a:link, .runbar a:visited {