summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 0b94ca4..1c1cd5e 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -53,6 +53,14 @@ a {
color: #05456a;
background: url("navh.gif");
}
+.navCell.active {
+ border-left-color: #000;
+ border-right-color: #7d9cb0;
+}
+.navCell.active a {
+ color: #fffca2;
+ background: url("nava.gif");
+}
#mainCell {
border: 1px solid #000;
border-top: none;