equal
deleted
inserted
replaced
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 - Post Formats |
19 * 10.0 - Post Formats |
20 * 11.0 - RTL |
20 * 11.0 - RTL |
21 * 12.0 - Media Queries |
|
22 * ---------------------------------------------------------------------------- |
21 * ---------------------------------------------------------------------------- |
23 */ |
22 */ |
24 |
23 |
25 |
24 |
26 /** |
25 /** |
768 .rtl.post-format-status:before, |
767 .rtl.post-format-status:before, |
769 .rtl.post-format-status > p:first-child:before { |
768 .rtl.post-format-status > p:first-child:before { |
770 background: none; |
769 background: none; |
771 content: none; |
770 content: none; |
772 } |
771 } |
773 |
|
774 |
|
775 /** |
|
776 * 12.0 Media Queries |
|
777 */ |
|
778 |
|
779 @media screen and (max-width: 604px) { |
|
780 body, img, .wp-caption { |
|
781 max-width: 100%; |
|
782 } |
|
783 |
|
784 img, .wp-caption { |
|
785 width: auto !important; |
|
786 } |
|
787 } |
|