Skip to:
Content

bbPress.org

Ticket #3452: 3452.patch

File 3452.patch, 505 bytes (added by hilayt24, 3 years ago)

Padding added to left and right to main container

  • branches/master/buddypress.org/public_html/wp-content/themes/bb-base/style.css

     
    16241624        #footer {
    16251625                width: 960px;
    16261626        }
     1627        #main{
     1628                padding-left: 10px;
     1629                padding-right: 10px;
     1630        }
    16271631        div.content {
    16281632                width: 700px;
    16291633        }