Make WordPress Core

Ticket #24797: 24797.7.diff

File 24797.7.diff, 1.1 KB (added by rdall, 12 years ago)

Replaces sibling combinator with adjacent selector and improves code style

  • 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..925c78f 100644
    img { 
    365365        padding: 0;
    366366}
    367367
     368.mceTemp + ul,
     369.mceTemp + 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..9782647 100644
    img.wp-smiley, 
    743743        padding: 0;
    744744}
    745745
     746.wp-caption + ul,
     747.wp-caption + ol  {
     748    list-style-position: inside;
     749}
     750
     751
    746752/**
    747753 * 3.0 Basic Structure
    748754 * ----------------------------------------------------------------------------
    footer.entry-meta { 
    18081814}
    18091815
    18101816
     1817/* Padding for caption against crowding bullets */
     1818.wp-caption.alignleft + ul {
     1819        padding-left: 140px;
     1820}
     1821
     1822
    18111823/**
    18121824 * 5.7 Post/Paging Navigation
    18131825 * ----------------------------------------------------------------------------