[Pkg-owncloud-commits] [owncloud] 122/239: Fix navbar issue

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 4dc35909b5ae83d1dd8af9b930658e1e1662e024
Author: Morris Jobke <morris.jobke at gmail.com>
Date:   Mon Nov 25 17:04:19 2013 +0100

    Fix navbar issue
    
    fixes #6024
---
 core/css/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 938b522..5c0aa1f 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -561,7 +561,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 
 /* NAVIGATION ------------------------------------------------------------- */
 #navigation {
-	position: absolute;
+	position: fixed;
 	top: 0;
 	bottom: 0;
 	left: 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list