Mercurial > dottes
comparison web/css/dottes.css @ 638:776a455efe47 build-default-252
Automated merge with ssh://hg.cryhavoc.org.uk/dottes
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Mon, 07 Nov 2016 20:34:45 +0000 |
parents | 3a71f1fe4c55 1fc8d4867c88 |
children | dfdea8422368 |
comparison
equal
deleted
inserted
replaced
636:3a71f1fe4c55 | 638:776a455efe47 |
---|---|
377 div.dottes-history-yes | 377 div.dottes-history-yes |
378 { | 378 { |
379 margin-top: 20px | 379 margin-top: 20px |
380 } | 380 } |
381 | 381 |
382 @media only screen and (max-device-width: 480px) { | 382 @media only screen and (max-width: 480px) { |
383 div.dottes-transpose-instrument-item | 383 div.dottes-transpose-instrument-item |
384 { | 384 { |
385 display: table-row; | 385 display: table-row; |
386 vertical-align: middle; | 386 vertical-align: middle; |
387 text-align: center; | 387 text-align: center; |
477 { | 477 { |
478 display: table-row; | 478 display: table-row; |
479 text-align: center; | 479 text-align: center; |
480 } | 480 } |
481 } | 481 } |
482 | |
483 /* | |
484 * Stock Android browser needs this to force reconsideration of max-width | |
485 * on an orientation change. Still doesn't help Android Chrome. | |
486 */ | |
487 @media screen and (orientation: landscape){ | |
488 .doesnt-exist { background:red; } | |
489 } |