diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/nava.gif | bin | 0 -> 1778 bytes | |||
-rw-r--r-- | src/static/style.css | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/static/nava.gif b/src/static/nava.gif Binary files differnew file mode 100644 index 0000000..005f34b --- /dev/null +++ b/src/static/nava.gif 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; |