Making WordPress.org

Changeset 982


Ignore:
Timestamp:
11/12/2014 09:50:40 PM (10 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: Tweak codex subnav and footer styling to unhide breadcrumb. Props mercime. Fixes #531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/style.css

    r442 r982  
    1313--------------------------------------------------------------------*/
    1414#main .content {width: 680px;}
     15
     16#main {
     17        padding-top: 0;
     18}
     19
     20#subnav {
     21        background: transparent;
     22        border-bottom: none;
     23        margin-top: 135px;
     24}
     25
     26#footer {
     27        border-top: none;
     28}
    1529
    1630/* Typography
Note: See TracChangeset for help on using the changeset viewer.