diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-12-02 11:46:34 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-02 11:46:34 +0100 |
commit | 1639cb93a85c60376134ffc0db3d7557a7684abd (patch) | |
tree | 9b950ccf72b538e2a119a4b75a85e4a0c5f2ad0c /phpBB/styles/prosilver/theme | |
parent | 3ad13ebd88c66d4ba21bd7740e3fb2cfbc9c2547 (diff) | |
parent | 1ee9cc91d4d179bfd3e69ebfaf13215608cfc46f (diff) | |
download | forums-1639cb93a85c60376134ffc0db3d7557a7684abd.tar forums-1639cb93a85c60376134ffc0db3d7557a7684abd.tar.gz forums-1639cb93a85c60376134ffc0db3d7557a7684abd.tar.bz2 forums-1639cb93a85c60376134ffc0db3d7557a7684abd.tar.xz forums-1639cb93a85c60376134ffc0db3d7557a7684abd.zip |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 8368fc158c..ee585e6abf 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -88,7 +88,9 @@ p.right { } p.jumpbox-return { - margin-top: 1em; + margin-top: 10px; + margin-bottom: 0; + float: left; } b, strong { |