Making WordPress.org

Changeset 185


Ignore:
Timestamp:
12/28/2013 11:07:41 PM (11 years ago)
Author:
nacin
Message:

Make the new footer tolerable on narrow screens, as a stopgap. see #235.

Location:
sites/trunk/wordpress.org/public_html/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r182 r185  
    5858    font-size: 14px;
    5959    font-weight: bold;
    60     padding: 22px 0 0;
     60    padding: 22px 0 10px;
     61
    6162    margin: 0 15px 0 0;
    6263}
     
    6869/* Centers the footer. Trac is missing the final column (social links). */
    6970#wporg-footer .wrapper {
    70     width: 773px;
     71    max-width: 773px;
    7172}
    7273
     
    161162}
    162163#banner, #ctxtnav {
    163     width: 940px;
     164    max-width: 928px;
     165    padding: 0 6px;
    164166}
    165167#content.report {
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r182 r185  
    534534        display: none;
    535535    }
     536
    536537}
    537538
     
    10691070#headline {
    10701071    height: 62px;
    1071     min-width: 960px;
    10721072    background: #f7f7f7;
    10731073    border-bottom: 1px solid #dfdfdf;
     
    12021202    clear: both;
    12031203    overflow: auto;
    1204     min-width: 932px;
    12051204    margin: 0 auto;
    12061205    padding: 22px 14px 65px 14px;
     
    12111210#wporg-footer .wrapper {
    12121211    overflow: auto;
    1213     width: 932px;
     1212    max-width: 932px;
    12141213}
    12151214
     
    12191218    width: 135px;
    12201219    margin-left: 24px;
     1220    margin-bottom: 15px; /* for narrow screens */
    12211221    padding-left: 0; /* override other generic styles */
    12221222}
    12231223
    1224 #wporg-footer ul:first-child {
    1225     margin-left: 0;
     1224@media screen and (min-width:960px) {
     1225    #wporg-footer ul:first-child {
     1226        margin-left: 0;
     1227    }
    12261228}
    12271229
     
    12441246    height: 15px;
    12451247    text-indent: -9999px;
    1246     margin-top: 50px;
     1248    margin-top: 35px;
    12471249}
    12481250.no-static #wporg-footer h6 {
Note: See TracChangeset for help on using the changeset viewer.