diff options
Diffstat (limited to 'demos/quickstart/themes/PradoSoft')
-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 |