summaryrefslogtreecommitdiffstats
path: root/media/css/nav.css
diff options
context:
space:
mode:
Diffstat (limited to 'media/css/nav.css')
-rw-r--r--media/css/nav.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/media/css/nav.css b/media/css/nav.css
deleted file mode 100644
index 81f7918..0000000
--- a/media/css/nav.css
+++ /dev/null
@@ -1,37 +0,0 @@
-div#nav {
- position:fixed;
- width: 12em;
- background: none;
- margin-top: 0px;
- margin-left: 130px;
- border-right: thin black solid;
- border-left: thin black solid;
- border-bottom: thin black solid;
- border-top: none;
-}
-
-div#content {
- padding-left:240px;
-}
-
-.menuBarItem {
- font-variant: small-caps;
- text-align: right;
- border-top-style: none;
- border-right-style: none;
- border-bottom-style: none;
- border-left-style: none;
- border-top-width: thin;
- border-right-width: thin;
- border-bottom-width: thin;
- border-left-width: thin;
-}
-
-.menuBarItem:hover {
- background:#333;
-}
-
-.menuBarItem.on {
- background:#333;
- color:#999;
-} \ No newline at end of file