Making WordPress.org

Ticket #235: 235.patch

File 235.patch, 736 bytes (added by ocean90, 9 years ago)
  • trunk/wordpress.org/public_html/style/wp4.css

     
    13301330        }
    13311331}
    13321332
     1333@media screen and (min-width:501px) and (max-width:959px) {
     1334        #wporg-footer ul:nth-child(4) {
     1335                clear: both;
     1336        }
     1337
     1338        #wporg-footer ul {
     1339                width: 33%;
     1340                margin-left: 0;
     1341                text-align: center;
     1342        }
     1343}
     1344
     1345@media screen and (max-width:500px) {
     1346        #wporg-footer ul:nth-child(odd) {
     1347                clear: both;
     1348        }
     1349
     1350        #wporg-footer ul {
     1351                width: 50%;
     1352                margin-left: 0;
     1353                text-align: center;
     1354        }
     1355}
     1356
    13331357#wporg-footer ul li {
    13341358        font-size: 14px;
    13351359        margin-bottom: 1px;