Ticket #235: 235.patch
File 235.patch, 736 bytes (added by , 9 years ago) |
---|
-
trunk/wordpress.org/public_html/style/wp4.css
1330 1330 } 1331 1331 } 1332 1332 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 1333 1357 #wporg-footer ul li { 1334 1358 font-size: 14px; 1335 1359 margin-bottom: 1px;