diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/img/tuxrss.png | bin | 21798 -> 6879 bytes | |||
-rwxr-xr-x | css/style.css | 9 |
2 files changed, 6 insertions, 3 deletions
diff --git a/css/img/tuxrss.png b/css/img/tuxrss.png Binary files differindex b432050c..d4d38473 100644 --- a/css/img/tuxrss.png +++ b/css/img/tuxrss.png 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 |