equal
deleted
inserted
replaced
15 * 6.0 - Tables |
15 * 6.0 - Tables |
16 * 7.0 - Images |
16 * 7.0 - Images |
17 * 8.0 - Galleries |
17 * 8.0 - Galleries |
18 * 9.0 - Audio/Video |
18 * 9.0 - Audio/Video |
19 * 10.0 - RTL |
19 * 10.0 - RTL |
20 * 11.0 - Media Queries |
|
21 * ---------------------------------------------------------------------------- |
20 * ---------------------------------------------------------------------------- |
22 */ |
21 */ |
23 |
22 |
24 |
23 |
25 /** |
24 /** |
378 * ---------------------------------------------------------------------------- |
377 * ---------------------------------------------------------------------------- |
379 */ |
378 */ |
380 |
379 |
381 img { |
380 img { |
382 height: auto; |
381 height: auto; |
383 max-width: 474px; |
382 max-width: 100%; |
384 vertical-align: middle; |
383 vertical-align: middle; |
385 } |
384 } |
386 |
385 |
387 .wp-caption { |
386 .wp-caption { |
388 background: transparent; |
387 background: transparent; |
389 border: none; |
388 border: none; |
390 color: #767676; |
389 color: #767676; |
391 margin: 0 0 24px 0; |
390 margin: 0 0 24px 0; |
392 max-width: 474px; |
391 max-width: 100%; |
393 padding: 0; |
392 padding: 0; |
394 text-align: left; |
393 text-align: left; |
395 } |
394 } |
396 |
395 |
397 .html5-captions .wp-caption { |
396 .html5-captions .wp-caption { |
718 } |
717 } |
719 |
718 |
720 .rtl td { |
719 .rtl td { |
721 text-align: right; |
720 text-align: right; |
722 } |
721 } |
723 |
|
724 |
|
725 /** |
|
726 * 11.0 Media Queries |
|
727 */ |
|
728 |
|
729 @media screen and (max-width: 494px) { |
|
730 body, img, .wp-caption { |
|
731 max-width: 100%; |
|
732 } |
|
733 |
|
734 img, .wp-caption { |
|
735 width: auto !important; |
|
736 } |
|
737 } |
|