comparison basic.css @ 225:3b8fd5a7a4cf

CSS cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 Mar 2018 01:28:33 +0200
parents 024b22f8401a
children a57b5fa51e07
comparison
equal deleted inserted replaced
224:77e72455c99f 225:3b8fd5a7a4cf
421 /* 421 /*
422 * Mobile device rules via media queries 422 * Mobile device rules via media queries
423 */ 423 */
424 @media screen and (min-resolution: 2dppx) and (min-resolution: 150dpi) { 424 @media screen and (min-resolution: 2dppx) and (min-resolution: 150dpi) {
425 425
426 /*
427 * Orientation related
428 */
426 @media (orientation: landscape) { 429 @media (orientation: landscape) {
427 body { 430 body {
428 font-size: 18px; 431 font-size: 18px;
429 } 432 }
430 433
452 font-size: 2em; 455 font-size: 2em;
453 bottom: 2.5em; 456 bottom: 2.5em;
454 } 457 }
455 } 458 }
456 459
457 div.imageCtrl a img { 460 /*
458 top: 5%; 461 * Common rules
459 } 462 */
463 div.imageCtrl a img {
464 top: 5%;
465 }
460 466
461 div.albumTitle, div.imageCaption { 467 div.albumTitle, div.imageCaption {
462 font-size: 1.2em; 468 font-size: 1.2em;
463 } 469 }
464 470