diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-06-20 21:50:49 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-06-20 21:50:49 +0200 |
commit | 2f3bd918acf0fcf5f695e92d720ff968df9178f6 (patch) | |
tree | 6d84430e71d54447acc9caf974e75d62aab112f4 /phpBB/styles/prosilver/theme | |
parent | 7284bf588343bbb0969eade27821ffbf77d43ab3 (diff) | |
download | forums-2f3bd918acf0fcf5f695e92d720ff968df9178f6.tar forums-2f3bd918acf0fcf5f695e92d720ff968df9178f6.tar.gz forums-2f3bd918acf0fcf5f695e92d720ff968df9178f6.tar.bz2 forums-2f3bd918acf0fcf5f695e92d720ff968df9178f6.tar.xz forums-2f3bd918acf0fcf5f695e92d720ff968df9178f6.zip |
[ticket/15676] Use paragraphs and classes as suggested by hanakin
PHPBB3-15676
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 10 |
1 files changed, 8 insertions, 2 deletions
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 { |