[Pkg-owncloud-commits] [owncloud] 51/145: fix horizontal scrollbar appearing when footer is too long, footer wraps now
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 16:27:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 4b1f93b61c084f507035fc89e86c0dca69242bbf
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Wed Feb 5 11:30:54 2014 +0100
fix horizontal scrollbar appearing when footer is too long, footer wraps now
---
apps/files_sharing/css/public.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 0685f6f..4851f93 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -49,9 +49,8 @@ footer {
p.info {
color: #777;
text-align: center;
- width: 22em;
margin: 0 auto;
- padding: 20px;
+ padding: 20px 0;
}
p.info a {
--
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