Making WordPress.org

Changeset 1263


Ignore:
Timestamp:
02/16/2015 10:25:10 PM (10 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: Responsive'ish tweaks. Toolbar & content area optimizations. See #691.

Location:
sites/trunk/buddypress.org/public_html/wp-content
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php

    r1262 r1263  
    541541                    width: 100%;
    542542                }
     543                #wpadminbar #wp-toolbar a.ab-item,
     544                #wpadminbar .quicklinks li#wp-admin-bar-bp-notifications > a { padding: 0; }
    543545            }
    544546        <?php endif; ?>
  • sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php

    r1262 r1263  
    503503                    width: 100%;
    504504                }
     505                #wpadminbar #wp-toolbar a.ab-item,
     506                #wpadminbar .quicklinks li#wp-admin-bar-bp-notifications > a { padding: 0; }
    505507            }
    506508
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php

    r1261 r1263  
    3434
    3535    // Version of CSS
    36     $version = '20150216c';
     36    $version = '20150216d';
    3737
    3838    // Base theme styling
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r1262 r1263  
    144144#main {
    145145    margin: 0 auto;
    146     width: 100%;
    147146    padding: 24px 0;
    148147    position: relative;
     
    192191
    193192div.content {
    194     width: 700px;
    195193    float: right;
    196194}
    197195div.leftcol {
    198     width: 340px;
    199196    float: left;
    200197}
    201198div.rightcol {
    202     width: 340px;
    203199    float: right;
    204200}
    205201div.sidebar {
    206     width: 240px;
    207202    float: left;
    208203}
     
    211206    background: #eee;
    212207    margin: 0 0 24px 0;
    213 }
    214 div.group div.content {
    215     width: 660px;
    216 }
    217 div.group div.sidebar {
    218     width: 200px;
    219208}
    220209
     
    15201509        width: 960px;
    15211510    }
     1511    div.content {
     1512        width: 700px;
     1513    }
     1514    div.leftcol {
     1515        width: 340px;
     1516    }
     1517    div.rightcol {
     1518        width: 340px;
     1519    }
     1520    div.sidebar {
     1521        width: 240px;
     1522    }
     1523    div.group div.content {
     1524        width: 660px;
     1525    }
     1526    div.group div.sidebar {
     1527        width: 200px;
     1528    }
    15221529}
    15231530
     
    15401547        margin: 0 auto;
    15411548        padding: 0;
    1542         width: 100%;
    15431549    }
    1544 }
     1550    #main {
     1551        margin: 100px 10px 40px 10px;
     1552    }
     1553}
Note: See TracChangeset for help on using the changeset viewer.