Making WordPress.org

Changeset 3125


Ignore:
Timestamp:
05/12/2016 06:21:44 PM (10 years ago)
Author:
coffee2code
Message:

wp4.css: For hosting page, display partner images on the left, column-like.

Also, responsive styling for partner listing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r2390 r3125  
    15081508    min-height: 100px;
    15091509    margin-bottom: 20px;
     1510    margin-right: 10px;
     1511    padding-left: 120px;
     1512    position: relative;
    15101513}
    15111514
    15121515.partner img {
    1513     float: right;
    1514     margin-top: 4px;
    1515     margin-right: 4px;
    1516     margin-left: 12px;
    1517 }
     1516    margin-left: 10px;
     1517    position: absolute;
     1518    top: 0;
     1519    left: -10px;
     1520}
     1521@media (max-width: 359px) {
     1522    .partner {
     1523        margin-right: 15px;
     1524        padding-left: 15px;
     1525    }
     1526    .partner img {
     1527        float: right;
     1528        position: relative;
     1529    }
     1530}
     1531
    15181532.submit {
    15191533    border-top: 1px solid #ccc;
Note: See TracChangeset for help on using the changeset viewer.