Make WordPress Core

Ticket #40745: 40745.diff

File 40745.diff, 3.7 KB (added by Soean, 8 years ago)

Adds styles for Text widget.

  • src/wp-content/themes/twentyeleven/style.css

     
    19451945        border-bottom: 1px solid #ccc;
    19461946}
    19471947
     1948/* Text Widget */
    19481949
     1950.widget_text ul {
     1951        margin: 0 0 1em 1em;
     1952}
     1953
     1954.widget_text ol {
     1955        margin-left: 1em;
     1956}
     1957
     1958
    19491959/* =Comments
    19501960----------------------------------------------- */
    19511961
  • src/wp-content/themes/twentyfifteen/style.css

     
    15541554        border-bottom: 0;
    15551555}
    15561556
     1557.textwidget ul,
     1558.textwidget ol {
     1559        padding-left: 1.5em;
     1560}
    15571561
     1562
    15581563/**
    15591564 * 12.0 Content
    15601565 */
  • src/wp-content/themes/twentyfourteen/style.css

     
    25182518}
    25192519
    25202520/* List Style Widgets*/
     2521.widget_text ul,
     2522.widget_text ol {
     2523        margin: 0 0 24px 20px;
     2524}
    25212525
     2526.widget_text ul {
     2527        list-style: disc;
     2528}
     2529.widget_text ol {
     2530        list-style: decimal;
     2531}
     2532
    25222533.widget_archive li,
    25232534.widget_categories li,
    25242535.widget_links li,
  • src/wp-content/themes/twentyseventeen/style.css

     
    25332533        margin: 0;
    25342534}
    25352535
    2536 .widget ul li {
     2536.widget ul li,
     2537.widget ol li {
    25372538        border-bottom: 1px solid #ddd;
    25382539        border-top: 1px solid #ddd;
    25392540        padding: 0.5em 0;
     
    25942595        word-wrap: break-word;
    25952596}
    25962597
     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
    25972610/* RSS Widget */
    25982611
    25992612.widget_rss .widget-title .rsswidget:first-child {
  • src/wp-content/themes/twentyten/style.css

     
    12231223        height: 11px;
    12241224}
    12251225
     1226.widget_text ul,
     1227.widget_text ol {
     1228        margin-bottom: 16px;
     1229}
     1230
     1231.widget_text ol {
     1232        margin-left: 16px;
     1233}
     1234
    12261235/* Main sidebars */
    12271236#main .widget-area ul {
    12281237        margin-left: 0;
  • src/wp-content/themes/twentythirteen/style.css

     
    25512551        background-color: transparent;
    25522552}
    25532553
     2554/* Text widget */
    25542555
     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
    25552570/**
    25562571 * 7.0 Footer
    25572572 * ----------------------------------------------------------------------------
  • src/wp-content/themes/twentytwelve/style.css

     
    14431443        text-align: right;
    14441444}
    14451445
     1446.widget_text ul,
     1447.widget_text ol {
     1448        padding-left: 20px
     1449        margin-bottom: 16px;
     1450}
    14461451
     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
    14471461/* =Plugins
    14481462----------------------------------------------- */
    14491463