diff options
author | wei <> | 2006-06-01 11:30:16 +0000 |
---|---|---|
committer | wei <> | 2006-06-01 11:30:16 +0000 |
commit | c747273ddd0656b348598b64c78b72d2d4ca23d1 (patch) | |
tree | 8ff71f72dc7c2e29f88e234d0ad74d745851758d /demos/quickstart/themes | |
parent | 6c51bde9db85fa63adbddf2240a521b437bbb06a (diff) |
adding TMarkdown for markdown syntax
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index d0c3b0be..782697ae 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -505,4 +505,16 @@ dd {
background-color: #ffffcc;
padding: 20px;
+}
+
+pre code
+{
+ display: block;
+ padding: 0.5em;
+ border-style:solid;
+ border-width:1px;
+ border-color:#eeeeee;
+ background-color:#ffffee;
+ font-family: "Courier New", Courier, mono;
+ margin: 0.2em;
}
\ No newline at end of file |