Ticket #540: 540-css.diff
File 540-css.diff, 1022 bytes (added by , 10 years ago) |
---|
-
wp4.css
330 330 } 331 331 332 332 #wporg-header ul li#download { 333 display: none;334 333 height: 34px; 335 334 padding: 0 0 34px; 336 335 float: right; … … 347 346 color: #eee; 348 347 } 349 348 349 @media screen and (max-width:800px) { 350 #wporg-header ul li#download { 351 display: none; 352 } 353 } 354 355 @media screen and (max-width:768px) { 356 #wporg-header ul li#download { 357 display: block; 358 float: none; 359 margin: 10px 20px 20px; 360 padding-bottom: 0; 361 height: auto; 362 } 363 #wporg-header ul li#download a { 364 padding: 4px 10px; 365 } 366 } 367 350 368 #mobile-menu-button { 351 369 position: absolute; 352 370 top: 75px; … … 427 445 } 428 446 } 429 447 430 @media screen and (min-width:76 8px) {448 @media screen and (min-width:769px) { 431 449 432 450 #wporg-header { 433 451 height: 120px; … … 578 596 } 579 597 580 598 @media screen and (min-width:800px) { 581 #wporg-header ul li#download {582 display: list-item;583 }584 585 599 #download-mobile { 586 600 display: none; 587 601 }