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.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/media/css/nav.css b/media/css/nav.css
index 4fc7b3d..1c97c51 100644
--- a/media/css/nav.css
+++ b/media/css/nav.css
@@ -1,9 +1,12 @@
div#nav {
+ position:fixed;
width: 12em;
- float: left;
background: rgb(153, 153, 153);
- padding: 15px 0;
- height:100%
+ margin-top: 0px;
+ margin-left: 120px;
+ border-top: thin black solid;
}
-
-div#content { margin-left:13em } \ No newline at end of file
+
+div#content {
+ padding-left:240px;
+} \ No newline at end of file