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 /buildscripts | |
parent | ef2fc3942664d4d7131542080e838f7754a3081f (diff) |
Update blog tutorial
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/chmbuilder/chm_style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buildscripts/chmbuilder/chm_style.css b/buildscripts/chmbuilder/chm_style.css index 6b2ae955..f512e1ab 100644 --- a/buildscripts/chmbuilder/chm_style.css +++ b/buildscripts/chmbuilder/chm_style.css @@ -108,6 +108,12 @@ a margin: 0;
}
+.cli
+{
+ color: white;
+ background-color: #555;
+}
+
.runbar
{
margin: 1em 0 1em 0;
|