Make WordPress Core

Ticket #33380: 33380.diff

File 33380.diff, 310 bytes (added by diddledani, 10 years ago)

add left-margin to ul and ol elements within blockquote elements

  • css/editor-style.css

     
    225225        padding: 0;
    226226}
    227227
     228blockquote ul,
     229blockquote ol {
     230        margin: 0 0 28px 32px;
     231}
     232
    228233ul {
    229234        list-style: disc;
    230235}