Skip to content

Commit

Permalink
BuddyPress.org/bbPress.org: styling bug fixes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JJJ committed Dec 18, 2024
1 parent 31d45e4 commit 45f1f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function bb_base_is_bbpress() {
function bb_base_register_stylesheets() {

// Version of CSS
$version = '202412170001';
$version = '202412180001';

// Base theme styling
wp_enqueue_style( 'bb-base', get_template_directory_uri() . '/style.css', false, $version, 'screen' );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ div.plugin-meta img {
#footer-inner {
width: 960px;
}
body:not(.page-template-page-homepage) div.content {
body:not(.page-template-page-homepage):not(.bbp-user-page) div.content {
width: 700px;
}
div.leftcol {
Expand Down

0 comments on commit 45f1f00

Please sign in to comment.