Making WordPress.org

Changeset 1528


Ignore:
Timestamp:
04/30/2015 11:32:54 PM (10 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Responsive improvements for front page.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r1504 r1528  
    530530                width: 60%;
    531531                clear: none;
     532                text-align: center;
    532533            }
    533534            .code-ref-right {
     
    544545                    float: none;
    545546                    width: 100%;
    546                     padding: 1.5em 10%;
     547                    padding: 0 4px;
    547548                    clear: both;
    548549                    text-align: center;
     550                }
     551                .code-ref-left .widget-description {
     552                    margin-left: 0;
    549553                }
    550554
     
    14161420    }
    14171421
    1418     .section .box,
    1419     .home-primary-content,
    1420     .reference-landing .section {
    1421         float: none;
    1422         width: 100%;
    1423         padding: 1.5em 10%;
    1424         clear: both;
    1425         text-align: center;
    1426         display: block;
    1427     }
    1428     .reference-landing .section .box,
    1429     .sidebar .box {
    1430         padding: 0;
    1431         margin-bottom: 1.5em;
    1432     }
    1433     .home-primary-content .entry-content,
    1434     .reference-landing .section {
    1435         text-align: left;
    1436     }
    1437 
    14381422    .devhub-wrap {
     1423        .three-columns .box,
     1424        .section .box,
     1425        .home-primary-content,
     1426        .reference-landing .section {
     1427            float: none;
     1428            width: 100%;
     1429            padding: 1.5em 10%;
     1430            clear: both;
     1431            text-align: center;
     1432            display: block;
     1433        }
     1434        .reference-landing .section .box,
     1435        .sidebar .box {
     1436            padding: 0;
     1437            margin-bottom: 1.5em;
     1438        }
     1439        .home-primary-content .entry-content,
     1440        .reference-landing .section {
     1441            text-align: left;
     1442        }
     1443
    14391444        .horizontal-list li {
    14401445            display: block;
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css

    r1504 r1528  
    786786  width: 60%;
    787787  clear: none;
     788  text-align: center;
    788789}
    789790.devhub-wrap .section.gray .inner-wrap .code-ref-right {
     
    799800    float: none;
    800801    width: 100%;
    801     padding: 1.5em 10%;
     802    padding: 0 4px;
    802803    clear: both;
    803804    text-align: center;
     805  }
     806  .devhub-wrap .section.gray .inner-wrap .code-ref-left .widget-description {
     807    margin-left: 0;
    804808  }
    805809  .devhub-wrap .section.gray .inner-wrap .go {
     
    15091513  }
    15101514
    1511   .section .box,
    1512   .home-primary-content,
    1513   .reference-landing .section {
     1515  .devhub-wrap .three-columns .box,
     1516  .devhub-wrap .section .box,
     1517  .devhub-wrap .home-primary-content,
     1518  .devhub-wrap .reference-landing .section {
    15141519    float: none;
    15151520    width: 100%;
     
    15191524    display: block;
    15201525  }
    1521 
    1522   .reference-landing .section .box,
    1523   .sidebar .box {
     1526  .devhub-wrap .reference-landing .section .box,
     1527  .devhub-wrap .sidebar .box {
    15241528    padding: 0;
    15251529    margin-bottom: 1.5em;
    15261530  }
    1527 
    1528   .home-primary-content .entry-content,
    1529   .reference-landing .section {
     1531  .devhub-wrap .home-primary-content .entry-content,
     1532  .devhub-wrap .reference-landing .section {
    15301533    text-align: left;
    15311534  }
    1532 
    15331535  .devhub-wrap .horizontal-list li {
    15341536    display: block;
Note: See TracChangeset for help on using the changeset viewer.