Making WordPress.org

Ticket #2857: 2857.patch

File 2857.patch, 1.2 KB (added by dingo_bastard, 8 years ago)

Patch that fixes content overflowing

  • sites/trunk/wordpress.org/public_html/style/blog-wp4.css

     
    147147.storycontent video {
    148148        max-width: 100%;
    149149        vertical-align: middle;
     150        width: 100%;
    150151}
    151152
    152153/**
  • sites/trunk/wordpress.org/public_html/style/wp4.css

     
    1010a { text-decoration: none; }
    1111
    1212html {
     13  box-sizing: border-box;
     14}
     15
     16*, *:before, *:after {
     17  box-sizing: inherit;
     18}
     19
     20html {
    1321        overflow-y: scroll;
    1422}
    1523
     
    21032111        body.wporg-responsive .col-8,
    21042112        body.wporg-responsive .col-9,
    21052113        body.wporg-responsive .col-10 {
    2106                 margin-left: 14px;
    2107                 margin-right: 14px;
     2114                margin: 0;
     2115                padding: 0 14px;
    21082116        }
    21092117
    21102118        .wporg-responsive.wporg-page-parent-about .col-7,
     
    22202228}
    22212229
    22222230
    2223 /* 
     2231/*
    22242232 *  Notifications
    22252233 */
    22262234