aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-09-03 10:58:37 +0200
committercedricbonhomme <devnull@localhost>2010-09-03 10:58:37 +0200
commit2de2910a2a8311f27fc243cefacb20b601d280b2 (patch)
treec85f0d2d4a8ffa046448df446ca296f3d06b11f0 /css
parentAdded detect_url_errors() function. (diff)
downloadnewspipe-2de2910a2a8311f27fc243cefacb20b601d280b2.tar.gz
newspipe-2de2910a2a8311f27fc243cefacb20b601d280b2.tar.bz2
newspipe-2de2910a2a8311f27fc243cefacb20b601d280b2.zip
Added history page with a tag clouds.
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 41a25d99..5a649c39 100755
--- a/css/style.css
+++ b/css/style.css
@@ -145,7 +145,7 @@ hr {
}
/* Navigation bars */
-.nav_container { position:fixed; top:200px; right:60px; margin:0px; padding:0px; white-space:nowrap; z-index:11; clear:both;}
+.nav_container { position:fixed; top:220px; 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; }
bgstack15