Make WordPress Core

Ticket #24797: 24797.5.diff

File 24797.5.diff, 1.1 KB (added by RDall, 12 years ago)

List style bullet is only positioned inside when floated against a image

  • wp-content/themes/twentythirteen/css/editor-style.css

    diff --git wp-content/themes/twentythirteen/css/editor-style.css wp-content/themes/twentythirteen/css/editor-style.css
    index 1cd5907..0604f70 100644
    img { 
    365365        padding: 0;
    366366}
    367367
     368.wp-caption ~ ul,
     369.wp-caption ~ ol  {
     370    list-style-position: inside;
     371}
     372
    368373
    369374/**
    370375 * 8.0 Post Formats
  • wp-content/themes/twentythirteen/style.css

    diff --git wp-content/themes/twentythirteen/style.css wp-content/themes/twentythirteen/style.css
    index 156ea78..d5fee87 100644
    img.wp-smiley, 
    743743        padding: 0;
    744744}
    745745
     746.wp-caption ~ ul,
     747.wp-caption ~ ol  {
     748    list-style-position: inside;
     749}
     750
    746751/**
    747752 * 3.0 Basic Structure
    748753 * ----------------------------------------------------------------------------
    footer.entry-meta { 
    18081813}
    18091814
    18101815
     1816/* Padding for caption against crowding bullets */
     1817.wp-caption.alignleft + ul {
     1818        padding-left: 140px;
     1819}
     1820
     1821
    18111822/**
    18121823 * 5.7 Post/Paging Navigation
    18131824 * ----------------------------------------------------------------------------