From 6bb267cd55cab179e7f0b00aca533a4c39292a64 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 24 May 2010 19:24:42 -0400 Subject: Fixed some stylistic problems Including padding around posts on layouts 4.5 and 6.2, corner rounding on The Fourm and duplicate profile links on The Fourm on layout 6.2. --- theme/layouts/7/style.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'theme/layouts/7') diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index 2816c53..744625c 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css @@ -188,3 +188,36 @@ div.module + cite { div.module.unrounded + cite { top: -0.7em; } + +#phpBB3-page-body .post, +#phpBB3-page-body .rules { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + padding: 10px; +} + +#phpBB3-page-body .forabg, +#phpBB3-page-body .forumbg { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; + padding: 5px; +} + +.navbar, +.panel { + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px; +} + +span.corners-top, +span.corners-bottom, +span.corners-top span, +span.corners-bottom span { + visibility: hidden; +} -- cgit 1.4.1