Making WordPress.org

Changeset 3132


Ignore:
Timestamp:
05/13/2016 06:26:50 PM (9 years ago)
Author:
mapk
Message:

wp4.css: Change margins for hosting page.

: Change margins for hosting page.-This line, and those below, will be ignored--

M wp4.css

File:
1 edited

Legend:

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

    r3125 r3132  
    15041504}
    15051505
     1506.wporg-page-hosting #pagebody .partner .forum {
     1507    margin: 0;
     1508}
     1509
    15061510.partner {
    15071511    clear: both;
    15081512    min-height: 100px;
    1509     margin-bottom: 20px;
    1510     margin-right: 10px;
     1513    margin: 40px 10px 40px 0;
    15111514    padding-left: 120px;
    15121515    position: relative;
     1516}
     1517
     1518.partner p {
     1519    margin-bottom: 10px;
    15131520}
    15141521
Note: See TracChangeset for help on using the changeset viewer.