Making WordPress.org

Changeset 71


Ignore:
Timestamp:
08/22/2013 07:05:41 PM (11 years ago)
Author:
Otto42
Message:

Correct style.css for make p2 footers. props iandunn. see #96

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css

    r64 r71  
    121121
    122122html #wporg-footer {
    123     width: 952px;
    124     -webkit-box-shadow: none;
    125     -moz-box-shadow: none;
    126     box-shadow: none;
    127     margin: 0 auto 20px;
    128     border: 0;
    129     padding-bottom: 20px;
    130 }
    131 
    132 html #wporg-footer p {
    133     float: none;
    134     font-size: 12px;
     123    line-height: 22px;  /* should match value in wp4.css body element */
    135124}
    136125
Note: See TracChangeset for help on using the changeset viewer.