diff options
author | wei <> | 2007-05-10 23:00:04 +0000 |
---|---|---|
committer | wei <> | 2007-05-10 23:00:04 +0000 |
commit | e2cb0b52aaa02a3f3f41d0df377d189529713738 (patch) | |
tree | ee4c2a3fece40c9a2d4dde75f6e758f7ef05f8f6 /demos/quickstart/themes | |
parent | ef2fc3942664d4d7131542080e838f7754a3081f (diff) |
Update blog tutorial
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index d7150066..16765a08 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -186,6 +186,12 @@ a margin: 0.2em;
}
+.cli
+{
+ color: white;
+ background-color: #555;
+}
+
.source pre {
font-family: "Courier New", Courier, mono;
margin: 0;
|