Skip to content

Commit 45f1f00

Browse files
committed
BuddyPress.org/bbPress.org: styling bug fixes
This change ensures that content wrappers on home-pages and user-profile-pages are the intended widths. See: https://buddypress.trac.wordpress.org/ticket/9262 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14310 74240141-8908-4e6f-9713-ba540dce6ec7
1 parent 31d45e4 commit 45f1f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buddypress.org/public_html/wp-content/themes/bb-base/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function bb_base_is_bbpress() {
5454
function bb_base_register_stylesheets() {
5555

5656
// Version of CSS
57-
$version = '202412170001';
57+
$version = '202412180001';
5858

5959
// Base theme styling
6060
wp_enqueue_style( 'bb-base', get_template_directory_uri() . '/style.css', false, $version, 'screen' );

buddypress.org/public_html/wp-content/themes/bb-base/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ div.plugin-meta img {
19711971
#footer-inner {
19721972
width: 960px;
19731973
}
1974-
body:not(.page-template-page-homepage) div.content {
1974+
body:not(.page-template-page-homepage):not(.bbp-user-page) div.content {
19751975
width: 700px;
19761976
}
19771977
div.leftcol {

0 commit comments

Comments
 (0)