From 2f3bd918acf0fcf5f695e92d720ff968df9178f6 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 20 Jun 2018 21:50:49 +0200 Subject: [ticket/15676] Use paragraphs and classes as suggested by hanakin PHPBB3-15676 --- .../styles/prosilver/template/overall_footer.html | 32 ++++++++++++++++++---- phpBB/styles/prosilver/theme/common.css | 10 +++++-- 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index a8e3b72d97..2c2094cba8 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -8,12 +8,34 @@
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 9a06e193ee..6223b22173 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -981,9 +981,15 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Miscellaneous styles ---------------------------------------- */ .copyright { - line-height: 16px; + font-size: 10px; text-align: center; - padding: 5px; + padding: 10px; +} + +.footer-row { + font-size: 10px; + line-height: 1.8; + margin: 0; } .small { -- cgit v1.2.1