Making WordPress.org

Changeset 11347


Ignore:
Timestamp:
11/29/2021 07:02:55 PM (5 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress: BB Base

  • Bump body font size up 1px to improve general readibility
  • Remove footer margin to improve symmetry
  • Add border color and radius to inputs for improved cross-browser support
Location:
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php

    r10369 r11347  
    5555
    5656        // Version of CSS
    57         $version = '201911150002';
     57        $version = '202111290001';
    5858
    5959        // Base theme styling
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r9279 r11347  
    4040}
    4141body {
    42         font: 400 13px/24px sans-serif;
     42        font: 400 14px/26px sans-serif;
    4343        text-align: left;
    4444        background: #fbfbfb;
     
    157157        padding: 24px 0;
    158158        font-size: 12px;
    159         margin: 0 auto 24px auto;
     159        margin: 0 auto 0 auto;
    160160        border-top: #ccc solid 1px;
    161161        color: inherit;
     
    712712input {
    713713        font: 14px/16px sans-serif;
    714         padding: 2px;
     714        padding: 3px;
    715715        color: #333;
     716        border: 1px solid #ccc;
     717        border-radius: 3px;
    716718}
    717719input.submit {
     
    10921094        width: 80%
    10931095}
     1096.sidebar .bbp-forums .bbp-forum-reply-count,
    10941097.sidebar .bbp-forums .bbp-forum-topic-count {
    10951098        width: 20%;
     
    17981801        }
    17991802}
     1803
Note: See TracChangeset for help on using the changeset viewer.