Ticket #40745: 40745.diff
File 40745.diff, 3.7 KB (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyeleven/style.css
1945 1945 border-bottom: 1px solid #ccc; 1946 1946 } 1947 1947 1948 /* Text Widget */ 1948 1949 1950 .widget_text ul { 1951 margin: 0 0 1em 1em; 1952 } 1953 1954 .widget_text ol { 1955 margin-left: 1em; 1956 } 1957 1958 1949 1959 /* =Comments 1950 1960 ----------------------------------------------- */ 1951 1961 -
src/wp-content/themes/twentyfifteen/style.css
1554 1554 border-bottom: 0; 1555 1555 } 1556 1556 1557 .textwidget ul, 1558 .textwidget ol { 1559 padding-left: 1.5em; 1560 } 1557 1561 1562 1558 1563 /** 1559 1564 * 12.0 Content 1560 1565 */ -
src/wp-content/themes/twentyfourteen/style.css
2518 2518 } 2519 2519 2520 2520 /* List Style Widgets*/ 2521 .widget_text ul, 2522 .widget_text ol { 2523 margin: 0 0 24px 20px; 2524 } 2521 2525 2526 .widget_text ul { 2527 list-style: disc; 2528 } 2529 .widget_text ol { 2530 list-style: decimal; 2531 } 2532 2522 2533 .widget_archive li, 2523 2534 .widget_categories li, 2524 2535 .widget_links li, -
src/wp-content/themes/twentyseventeen/style.css
2533 2533 margin: 0; 2534 2534 } 2535 2535 2536 .widget ul li { 2536 .widget ul li, 2537 .widget ol li { 2537 2538 border-bottom: 1px solid #ddd; 2538 2539 border-top: 1px solid #ddd; 2539 2540 padding: 0.5em 0; … … 2594 2595 word-wrap: break-word; 2595 2596 } 2596 2597 2598 .widget_text ul { 2599 margin: 0 0 1.5em; 2600 } 2601 2602 .widget_text ol { 2603 list-style: decimal; 2604 } 2605 2606 .widget_text ol li { 2607 list-style-position: inside; 2608 } 2609 2597 2610 /* RSS Widget */ 2598 2611 2599 2612 .widget_rss .widget-title .rsswidget:first-child { -
src/wp-content/themes/twentyten/style.css
1223 1223 height: 11px; 1224 1224 } 1225 1225 1226 .widget_text ul, 1227 .widget_text ol { 1228 margin-bottom: 16px; 1229 } 1230 1231 .widget_text ol { 1232 margin-left: 16px; 1233 } 1234 1226 1235 /* Main sidebars */ 1227 1236 #main .widget-area ul { 1228 1237 margin-left: 0; -
src/wp-content/themes/twentythirteen/style.css
2551 2551 background-color: transparent; 2552 2552 } 2553 2553 2554 /* Text widget */ 2554 2555 2556 .widget_text ul, 2557 .widget_text ol { 2558 padding-left: 20px 2559 margin-bottom: 16px; 2560 } 2561 2562 .widget_text ul { 2563 list-style: square; 2564 } 2565 2566 .widget_text ol { 2567 list-style: decimal; 2568 } 2569 2555 2570 /** 2556 2571 * 7.0 Footer 2557 2572 * ---------------------------------------------------------------------------- -
src/wp-content/themes/twentytwelve/style.css
1443 1443 text-align: right; 1444 1444 } 1445 1445 1446 .widget_text ul, 1447 .widget_text ol { 1448 padding-left: 20px 1449 margin-bottom: 16px; 1450 } 1446 1451 1452 .widget_text ol { 1453 list-style: decimal; 1454 } 1455 1456 .widget_text ul li, 1457 .widget_text ol li { 1458 margin-left: 16px; 1459 } 1460 1447 1461 /* =Plugins 1448 1462 ----------------------------------------------- */ 1449 1463