equal
deleted
inserted
replaced
13 * 4.0 - Alignment |
13 * 4.0 - Alignment |
14 * 5.0 - Caption |
14 * 5.0 - Caption |
15 * 6.0 - Galleries |
15 * 6.0 - Galleries |
16 * 7.0 - Audio / Video |
16 * 7.0 - Audio / Video |
17 * 8.0 - RTL |
17 * 8.0 - RTL |
18 * 9.0 - Media Queries |
|
19 */ |
18 */ |
20 |
19 |
21 |
20 |
22 /** |
21 /** |
23 * 1.0 Body |
22 * 1.0 Body |
237 li > ul, |
236 li > ul, |
238 li > ol { |
237 li > ol { |
239 margin: 0 0 0 23px; |
238 margin: 0 0 0 23px; |
240 } |
239 } |
241 |
240 |
|
241 blockquote > ul, |
|
242 blockquote > ol { |
|
243 margin-left: 28px; |
|
244 } |
|
245 |
242 dl { |
246 dl { |
243 margin: 0 0 28px; |
247 margin: 0 0 28px; |
244 } |
248 } |
245 |
249 |
246 dt { |
250 dt { |
295 } |
299 } |
296 |
300 |
297 img { |
301 img { |
298 border: 0; |
302 border: 0; |
299 height: auto; |
303 height: auto; |
300 max-width: 660px; |
304 max-width: 100%; |
301 vertical-align: middle; |
305 vertical-align: middle; |
302 } |
306 } |
303 |
307 |
304 figure { |
308 figure { |
305 margin: 0; |
309 margin: 0; |
345 background: transparent; |
349 background: transparent; |
346 border: none; |
350 border: none; |
347 color: #707070; |
351 color: #707070; |
348 font-family: "Noto Sans", sans-serif; |
352 font-family: "Noto Sans", sans-serif; |
349 margin: 0 0 28px 0; |
353 margin: 0 0 28px 0; |
350 max-width: 660px; |
354 max-width: 100%; |
351 padding: 0; |
355 padding: 0; |
352 text-align: inherit; |
356 text-align: inherit; |
353 } |
357 } |
354 |
358 |
355 .wp-caption.alignleft { |
359 .wp-caption.alignleft { |
474 |
478 |
475 .rtl table th, |
479 .rtl table th, |
476 .rtl table caption { |
480 .rtl table caption { |
477 text-align: right; |
481 text-align: right; |
478 } |
482 } |
479 |
|
480 |
|
481 /** |
|
482 * 9.0 Media Queries |
|
483 */ |
|
484 |
|
485 @media screen and (max-width: 740px) { |
|
486 body, img, .wp-caption { |
|
487 max-width: 100%; |
|
488 } |
|
489 |
|
490 img, .wp-caption { |
|
491 width: auto !important; |
|
492 } |
|
493 } |
|