aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index c4316437..41a25d99 100755
--- a/css/style.css
+++ b/css/style.css
@@ -135,7 +135,6 @@ hr {
margin: 1em 0em;
}
-/* Navigation bars */
#heading {
position: absolute;
@@ -145,6 +144,11 @@ hr {
z-index: 1;
}
+/* Navigation bars */
+.nav_container { position:fixed; top:200px; right:60px; margin:0px; padding:0px; white-space:nowrap; z-index:11; clear:both;}
+.nav_container.horizontal { position:absolute; white-space:normal; z-index:25; width:670px; }
+.nav_container.horizontal div { float:right; padding-right:10px; }
+
#nav {
position: absolute;
top: 0px;
@@ -337,5 +341,4 @@ blockquote.right {
max-height: 300px;
overflow: scroll;
margin-top: 0.5em;
-}
-
+} \ No newline at end of file
bgstack15