Making WordPress.org

Changeset 9134


Ignore:
Timestamp:
09/10/2019 05:30:54 AM (5 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress: styling tweaks to better blend the various parent/child themes.

See #4601.

File:
1 edited

Legend:

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

    r9133 r9134  
     1html {
     2    font-size: 62.5%;
     3    line-height: 1.5;
     4}
     5
    16#header {
    27    background-color: #be3631;
     
    813
    914body.admin-bar header#masthead {
    10     margin-top: 42px;
    11 }
    12 
    13 #header-inner {
    14     margin: 0 auto;
    15     width: 100%;
    16     height: 80px;
    17     padding: 0;
     15    margin-top: 124px;
    1816}
    1917
     
    223221}
    224222
     223p {
     224    margin-bottom: 1.5em;
     225}
     226
    225227p.source-code-links a,
    226228p#add-user-note a,
     
    247249#footer p {
    248250    margin: 0;
     251}
     252
     253@media screen and ( min-width: 960px ) {
     254    #content,
     255    div.content,
     256    div.site-content,
     257    .devhub-wrap #content-area,
     258    .devhub-wrap .inner-wrap {
     259        width: 960px;
     260        margin: 0 auto;
     261        max-width: 100%;
     262    }
    249263}
    250264
Note: See TracChangeset for help on using the changeset viewer.