Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:30:54 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:30:54 +0400
commit4b1f93b61c084f507035fc89e86c0dca69242bbf (patch)
tree37b4efdf467f34d29acc2ddb67b476bbf59e3eb5 /apps/files_sharing
parent916122b1664654a5486d300f0a7674d6ac6ce699 (diff)
fix horizontal scrollbar appearing when footer is too long, footer wraps now
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/css/public.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 0685f6fd957..4851f933d25 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 {