summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes
diff options
context:
space:
mode:
authorxue <>2005-12-28 20:59:09 +0000
committerxue <>2005-12-28 20:59:09 +0000
commitf481e13ebf72336ed2dc90c8ec9f5d4db5b62664 (patch)
tree2b1c6f373a114cdacc462d8f90b1798467e4e679 /demos/quickstart/themes
parente8b60312037e54c34a06d6f57d7c21946cf3cd1f (diff)
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r--demos/quickstart/themes/Simple/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css
index 9b22b7bd..4fc38e07 100644
--- a/demos/quickstart/themes/Simple/style.css
+++ b/demos/quickstart/themes/Simple/style.css
@@ -143,4 +143,14 @@ code {
tt {
font-family: "Courier New", Courier, mono;
border-bottom: 1px dotted silver;
+}
+
+.samplebar {
+ background:#00487D;
+ color:white;
+ padding:3px;
+}
+
+.samplebar a {
+ color:white;
} \ No newline at end of file