Making WordPress.org


Ignore:
Timestamp:
07/13/2020 10:40:31 PM (5 years ago)
Author:
coffee2code
Message:

Developer theme: Convert lists (defined using * or - for items) appearing in descriptions into actual HTML lists.

Props ocean90, coffee2code.
See #5304.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r9716 r10068  
    10881088                    font-style: italic;
    10891089                }
     1090
     1091                ul {
     1092                    margin-left: 25px;
     1093                    margin-left: 2.5rem;
     1094                }
    10901095            }
    10911096            .param-hash {
    10921097                margin-left: 1.2em;
    10931098                margin-bottom: 0.5em;
    1094                 li {
     1099                > li {
    10951100                    margin-top: 1em;
     1101                }
     1102                li li {
     1103                    list-style-type: circle;
     1104                }
     1105                .param-hash > li {
     1106                    list-style-type: disc;
    10961107                }
    10971108            }
Note: See TracChangeset for help on using the changeset viewer.