aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-09-23 12:52:43 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-09-23 12:52:43 +0200
commit717e2337b9276d9f9680110dff552ea536d0723c (patch)
tree6c5a6492c8fa561befcaa568418c0a2e18ef6448 /phpBB/styles/prosilver/theme
parent41dd9d3b49271d7b0a741239c9b61b00e1d50a8e (diff)
parent7c5675942b1a53190843ad1becb6ba067a8dd5eb (diff)
downloadforums-717e2337b9276d9f9680110dff552ea536d0723c.tar
forums-717e2337b9276d9f9680110dff552ea536d0723c.tar.gz
forums-717e2337b9276d9f9680110dff552ea536d0723c.tar.bz2
forums-717e2337b9276d9f9680110dff552ea536d0723c.tar.xz
forums-717e2337b9276d9f9680110dff552ea536d0723c.zip
Merge remote-tracking branch 'cyberalien/ticket/11846' into develop
* cyberalien/ticket/11846: [ticket/11846] Replace empty p with margin-top
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/common.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 4a77dc78d0..9021c157a3 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -134,6 +134,10 @@ p.right {
text-align: right;
}
+p.jumpbox-return {
+ margin-top: 1em;
+}
+
b, strong {
font-weight: bold;
}