summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes/PradoSoft/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/themes/PradoSoft/style.css')
-rw-r--r--demos/quickstart/themes/PradoSoft/style.css12
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