Make WordPress Core

Changeset 30208


Ignore:
Timestamp:
11/03/2014 05:00:06 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: make it clear that a link is a link in post and comment meta by underlining it on hover or focus

Props morganestes, iamtakashi, fixes #30108

Location:
trunk/src/wp-content/themes/twentyfifteen
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/css/ie.css

    r30051 r30208  
    539539}
    540540
    541 .posted-on a:before,
    542 .byline a:before,
    543 .cat-links span + a:before,
    544 .tags-links span + a:before,
    545 .comments-link a:before,
    546 .entry-format a:before,
    547 .edit-link a:before,
    548 .full-size-link a:before {
     541.posted-on:before,
     542.byline:before,
     543.cat-links:before,
     544.tags-links:before,
     545.comments-link:before,
     546.entry-format:before,
     547.edit-link:before,
     548.full-size-link:before {
    549549    top: 4px;
    550550}
     
    650650}
    651651
    652 .comment-metadata .edit-link a:before,
    653 .pingback .edit-link a:before {
     652.comment-metadata .edit-link:before,
     653.pingback .edit-link:before {
    654654    top: 8px;
    655655}
  • trunk/src/wp-content/themes/twentyfifteen/inc/custom-header.php

    r30081 r30208  
    183183
    184184        @media screen and (min-width: 59.6875em) {
    185             .site-header {
     185            .site-header,
     186            .secondary {
    186187                background-color: transparent;
    187188            }
     
    228229        }
    229230
     231        .secondary-toggle {
     232            border-color: %1$s; /* Fallback for IE7 and IE8 */
     233            border-color: %3$s;
     234        }
     235
     236        .secondary-toggle:hover,
    230237        .secondary-toggle:focus {
    231             outline-color: %1$s;
    232         }
    233 
    234         .secondary-toggle:hover {
     238            border-color: %1$s; /* Fallback for IE7 and IE8 */
    235239            border-color: %4$s;
    236240        }
    237241
     242        .site-title a {
     243            outline-color: %1$s; /* Fallback for IE7 and IE8 */
     244            outline-color: %4$s;
     245        }
     246
    238247        @media screen and (min-width: 59.6875em) {
     248            .secondary a,
    239249            .dropdown-toggle:after,
    240             .main-navigation a,
    241             .social-navigation a,
    242250            .widget-title,
    243             .widget a {
     251            .widget blockquote cite,
     252            .widget blockquote small {
    244253                color: %1$s;
    245             }
    246 
    247             .dropdown-toggle:focus {
    248                 outline-color: %1$s;
    249254            }
    250255
     
    257262            }
    258263
     264            .textwidget a {
     265                border-color: %1$s;
     266            }
     267
     268            .secondary a:hover,
     269            .secondary a:focus,
    259270            .main-navigation .menu-item-description,
    260             .main-navigation a:hover,
    261             .main-navigation a:focus,
    262             .social-navigation a:hover:before,
    263             .social-navigation a:focus:before,
    264271            .widget,
    265             .widget a:hover,
    266             .widget a:focus,
    267272            .widget blockquote,
    268             .widget blockquote cite,
    269             .widget blockquote small,
    270273            .widget .wp-caption-text,
    271274            .widget .gallery-caption {
    272                 color: %1$s; /* Fallback for IE7 and IE8 */
    273275                color: %2$s;
    274276            }
    275277
     278            .widget button:hover,
     279            .widget button:focus,
     280            .widget input[type="button"]:hover,
     281            .widget input[type="button"]:focus,
     282            .widget input[type="reset"]:hover,
     283            .widget input[type="reset"]:focus,
     284            .widget input[type="submit"]:hover,
     285            .widget input[type="submit"]:focus,
    276286            .widget_calendar tbody a:hover,
    277287            .widget_calendar tbody a:focus {
    278                 background-color: %1$s; /* Fallback for IE7 and IE8 */
    279288                background-color: %2$s;
    280289            }
     
    287296            .main-navigation li,
    288297            .secondary-toggle,
     298            .widget input,
     299            .widget textarea,
     300            .widget table,
     301            .widget th,
     302            .widget td,
     303            .widget pre,
     304            .widget li,
    289305            .widget_categories .children,
    290306            .widget_nav_menu .sub-menu,
    291307            .widget_pages .children,
    292             .widget table,
    293             .widget th,
    294             .widget td,
    295             .widget input,
    296             .widget textarea,
    297             .widget pre,
    298             .widget li,
    299308            .widget abbr[title] {
    300                 border-color: %1$s; /* Fallback for IE7 and IE8 */
    301309                border-color: %3$s;
    302310            }
     
    305313            .dropdown-toggle:focus,
    306314            .widget hr {
    307                 background-color: %1$s; /* Fallback for IE7 and IE8 */
    308315                background-color: %3$s;
    309316            }
     
    311318            .widget input:focus,
    312319            .widget textarea:focus {
    313                 border-color: %1$s; /* Fallback for IE7 and IE8 */
    314320                border-color: %4$s;
     321            }
     322
     323            .sidebar a:focus,
     324            .dropdown-toggle:focus {
     325                outline-color: %4$s;
    315326            }
    316327        }
  • trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php

    r30048 r30208  
    328328        .page-content a,
    329329        .comment-content a,
     330        .pingback .comment-body > a,
    330331        .author-description a,
     332        .taxonomy-description a,
     333        .textwidget a,
     334        .entry-footer a:hover,
     335        .comment-metadata a:hover,
     336        .pingback .edit-link a:hover,
    331337        .comment-list .reply a:hover,
    332         .comment-list .reply a:focus {
     338        .site-info a:hover {
    333339            border-color: %4$s;
    334340        }
     
    368374        .comment-navigation a,
    369375        .widget,
    370         .entry-content a:hover,
    371         .entry-content a:focus,
    372         .entry-summary a:hover,
    373         .entry-summary a:focus,
    374         .page-content a:hover,
    375         .page-content a:focus,
    376         .comment-content a:hover,
    377         .comment-content a:focus,
    378         .author-description a:hover,
    379         .author-description a:focus,
    380376        .author-heading,
    381377        .entry-footer,
     
    387383        .comment-metadata,
    388384        .comment-metadata a,
    389         .pingback .comment-edit-link,
     385        .pingback .edit-link,
     386        .pingback .edit-link a,
    390387        .post-password-form label,
    391388        .comment-form label,
     
    406403        /* Secondary Text Color */
    407404        blockquote,
    408         .entry-content a:hover,
    409         .entry-content a:focus,
    410         .entry-summary a:hover,
    411         .entry-summary a:focus,
    412         .page-content a:hover,
    413         .page-content a:focus,
    414         .comment-content a:hover,
    415         .comment-content a:focus,
    416         .author-description a:hover,
    417         .author-description a:focus {
     405        .logged-in-as a:hover,
     406        .comment-author a:hover {
    418407            border-color: %4$s; /* Fallback for IE7 and IE8 */
    419408            border-color: %5$s;
     
    468457
    469458        /* Border Focus Color */
     459        a:focus,
     460        button:focus,
     461        input:focus {
     462            outline-color: %4$s; /* Fallback for IE7 and IE8 */
     463            outline-color: %7$s;
     464        }
     465
    470466        input:focus,
    471467        textarea:focus {
     
    475471
    476472        /* Sidebar Link Color */
    477         .secondary-toggle:hover {
    478             border-color: %8$s;
    479         }
    480 
    481473        .secondary-toggle:before {
    482474            color: %8$s;
    483         }
    484 
    485         .secondary-toggle:focus {
    486             outline-color: %8$s;
    487475        }
    488476
     
    502490            border-color: %8$s; /* Fallback for IE7 and IE8 */
    503491            border-color: %10$s;
     492        }
     493
     494        /* Sidebar Border Focus Color */
     495        .secondary-toggle:hover,
     496        .secondary-toggle:focus {
     497            border-color: %8$s; /* Fallback for IE7 and IE8 */
     498            border-color: %11$s;
     499        }
     500
     501        .site-title a {
     502            outline-color: %8$s; /* Fallback for IE7 and IE8 */
     503            outline-color: %11$s;
    504504        }
    505505
     
    530530            .widget_calendar tbody a,
    531531            .widget_calendar tbody a:hover,
    532             .widget_calendar tbody a:focus,
    533             .widget mark,
    534             .widget ins {
     532            .widget_calendar tbody a:focus {
    535533                color: %2$s;
    536534            }
    537535
    538536            /* Sidebar Link Color */
    539             .widget button,
    540             .widget input[type="button"],
    541             .widget input[type="reset"],
    542             .widget input[type="submit"],
    543             .widget_calendar tbody a,
    544             .widget mark,
    545             .widget ins {
    546                 background-color: %8$s;
    547             }
    548 
    549537            .secondary a,
    550538            .dropdown-toggle:after,
     
    555543            }
    556544
    557             .dropdown-toggle:focus {
    558                 outline-color: %8$s;
     545            .widget button,
     546            .widget input[type="button"],
     547            .widget input[type="reset"],
     548            .widget input[type="submit"],
     549            .widget_calendar tbody a {
     550                background-color: %8$s;
     551            }
     552
     553            .textwidget a {
     554                border-color: %8$s;
    559555            }
    560556
     
    570566            }
    571567
    572             .dropdown-toggle:hover,
    573             .dropdown-toggle:focus,
    574568            .widget button:hover,
    575569            .widget button:focus,
     
    597591            .widget th,
    598592            .widget td,
    599             .widget input,
    600             .widget textarea,
    601593            .widget pre,
    602594            .widget li,
     
    608600            }
    609601
     602            .dropdown-toggle:hover,
     603            .dropdown-toggle:focus,
    610604            .widget hr {
    611605                background-color: %10$s;
    612606            }
    613607
    614             /* Sidebar Border Focus Color */
    615608            .widget input:focus,
    616609            .widget textarea:focus {
    617610                border-color: %11$s;
     611            }
     612
     613            .sidebar a:focus,
     614            .dropdown-toggle:focus {
     615                outline-color: %11$s;
    618616            }
    619617        }
  • trunk/src/wp-content/themes/twentyfifteen/rtl.css

    r30046 r30208  
    277277}
    278278
    279 .posted-on a:before,
    280 .byline a:before,
    281 .cat-links span + a:before,
    282 .tags-links span + a:before,
    283 .comments-link a:before,
    284 .entry-format a:before,
    285 .edit-link a:before,
    286 .full-size-link a:before {
     279.posted-on:before,
     280.byline:before,
     281.cat-links:before,
     282.tags-links:before,
     283.comments-link:before,
     284.entry-format:before,
     285.edit-link:before,
     286.full-size-link:before {
    287287    margin-right: auto;
    288288    margin-left: 2px;
  • trunk/src/wp-content/themes/twentyfifteen/style.css

    r30072 r30208  
    141141
    142142a:focus {
    143     outline: thin dotted;
     143    outline: 2px solid #c1c1c1;
     144    outline: 2px solid rgba(51, 51, 51, 0.3);
    144145}
    145146
     
    166167.comment-navigation .nav-next a:after,
    167168.comment-navigation .nav-previous a:before,
    168 .posted-on a:before,
    169 .byline a:before,
    170 .cat-links span + a:before,
    171 .tags-links span + a:before,
    172 .comments-link a:before,
    173 .entry-format a:before,
    174 .edit-link a:before,
    175 .full-size-link a:before,
     169.posted-on:before,
     170.byline:before,
     171.cat-links:before,
     172.tags-links:before,
     173.comments-link:before,
     174.entry-format:before,
     175.edit-link:before,
     176.full-size-link:before,
    176177.pagination .prev:before,
    177178.pagination .next:before,
     
    477478select,
    478479textarea {
    479     background-color: #fff;
     480    background-color: #f7f7f7;
    480481    border-radius: 0;
    481482    font-size: 16px;
     
    503504input:focus,
    504505textarea:focus {
     506    background-color: #fff;
    505507    border: 1px solid #c1c1c1;
    506508    border: 1px solid rgba(51, 51, 51, 0.3);
    507509    color: #333;
    508     outline: 0;
     510}
     511
     512input:focus,
     513select:focus {
     514    outline: 2px solid #c1c1c1;
     515    outline: 2px solid rgba(51, 51, 51, 0.3);
     516}
     517
     518button[disabled],
     519input[disabled],
     520select[disabled],
     521textarea[disabled] {
     522    cursor: default;
     523    opacity: .5;
    509524}
    510525
     
    539554}
    540555
    541 input[type="checkbox"],
    542 input[type="radio"] {
    543     padding: 0;
    544 }
    545 
    546556input[type="search"] {
    547557    -webkit-appearance: textfield;
     
    571581    overflow: auto;
    572582    vertical-align: top;
     583}
     584
     585input[type="text"]:focus,
     586input[type="email"]:focus,
     587input[type="url"]:focus,
     588input[type="password"]:focus,
     589input[type="search"]:focus,
     590textarea:focus {
     591    outline: 0;
    573592}
    574593
     
    595614    right: 0;
    596615    bottom: 0;
     616}
     617
     618input[type="checkbox"],
     619input[type="radio"] {
     620    padding: 0;
    597621}
    598622
     
    716740
    717741.dropdown-toggle:focus {
    718     outline: dotted thin #333;
     742    outline: 1px solid #c1c1c1;
     743    outline: 1px solid rgba(51, 51, 51, 0.3);
    719744}
    720745
     
    877902}
    878903
    879 .secondary-toggle:hover {
    880     background-color: transparent;
    881     border: 1px solid rgba(51, 51, 51, 0.3);
    882 }
    883 
     904.secondary-toggle:hover,
    884905.secondary-toggle:focus {
    885906    background-color: transparent;
    886     border: 1px solid transparent;
    887     outline: dotted thin #333;
     907    border: 1px solid #c1c1c1;
     908    border: 1px solid rgba(51, 51, 51, 0.3);
     909    outline: 0;
    888910}
    889911
     
    891913    content: "\f405";
    892914    font-size: 32px;
    893     top: 1px;
    894     left: 0;
     915    top: 0;
     916    left: -1px;
    895917}
    896918
     
    900922    border-top: 1px solid rgba(51, 51, 51, 0.1);
    901923    font-weight: 700;
    902     overflow: hidden;
    903924}
    904925
     
    15051526}
    15061527
    1507 .widget_text > div > :last-child {
     1528.textwidget > :last-child {
    15081529    margin-bottom: 0;
     1530}
     1531
     1532.textwidget a {
     1533    border-bottom: 1px solid #333;
     1534}
     1535
     1536.textwidget a:hover,
     1537.textwidget a:focus {
     1538    border-bottom: 0;
    15091539}
    15101540
     
    17011731.entry-summary a,
    17021732.page-content a,
    1703 .comment-content a {
     1733.comment-content a,
     1734.pingback .comment-body > a {
    17041735    border-bottom: 1px solid #333;
    17051736}
     
    17121743.page-content a:focus,
    17131744.comment-content a:hover,
    1714 .comment-content a:focus {
    1715     border-color: #707070;
    1716     border-color: rgba(51, 51, 51, 0.7);
    1717     color: #707070;
    1718     color: rgba(51, 51, 51, 0.7);
     1745.comment-content a:focus,
     1746.pingback .comment-body > a:hover,
     1747.pingback .comment-body > a:focus {
     1748    border-bottom: 0;
    17191749}
    17201750
     
    17821812.author-description a:hover,
    17831813.author-description a:focus {
    1784     border-color: rgba(51, 51, 51, 0.7);
    1785     color: rgba(51, 51, 51, 0.7);
     1814    border-bottom: 0;
    17861815}
    17871816
     
    18161845}
    18171846
     1847.entry-footer a:hover {
     1848    border-bottom: 1px solid #333;
     1849}
     1850
    18181851.entry-footer a:hover,
    18191852.entry-footer a:focus {
     
    18361869}
    18371870
    1838 .sticky .posted-on,
    1839 .sticky .posted-on + .byline:before {
     1871.sticky .posted-on {
    18401872    display: none;
    18411873}
    18421874
    1843 .posted-on a:before,
    1844 .byline a:before,
    1845 .cat-links span + a:before,
    1846 .tags-links span + a:before,
    1847 .comments-link a:before,
    1848 .entry-format a:before,
    1849 .edit-link a:before,
    1850 .full-size-link a:before {
     1875.posted-on:before,
     1876.byline:before,
     1877.cat-links:before,
     1878.tags-links:before,
     1879.comments-link:before,
     1880.entry-format:before,
     1881.edit-link:before,
     1882.full-size-link:before {
    18511883    margin-right: 2px;
    18521884    position: relative;
     
    18631895}
    18641896
    1865 .format-aside .entry-format a:before {
     1897.format-aside .entry-format:before {
    18661898    content: "\f101";
    18671899}
    18681900
    1869 .format-image .entry-format a:before {
     1901.format-image .entry-format:before {
    18701902    content: "\f473";
    18711903}
    18721904
    1873 .format-gallery .entry-format a:before {
     1905.format-gallery .entry-format:before {
    18741906    content: "\f103";
    18751907}
    18761908
    1877 .format-video .entry-format a:before {
     1909.format-video .entry-format:before {
    18781910    content: "\f104";
    18791911}
    18801912
    1881 .format-status .entry-format a:before {
     1913.format-status .entry-format:before {
    18821914    content: "\f105";
    18831915}
    18841916
    1885 .format-quote .entry-format a:before {
     1917.format-quote .entry-format:before {
    18861918    content: "\f106";
    18871919}
    18881920
    1889 .format-link .entry-format a:before {
     1921.format-link .entry-format:before {
    18901922    content: "\f107";
    18911923}
    18921924
    1893 .format-chat .entry-format a:before {
     1925.format-chat .entry-format:before {
    18941926    content: "\f108";
    18951927}
    18961928
    1897 .format-audio .entry-format a:before {
     1929.format-audio .entry-format:before {
    18981930    content: "\f109";
    18991931}
    19001932
    1901 .posted-on a:before {
     1933.posted-on:before {
    19021934    content: "\f307";
    19031935}
    19041936
    1905 .byline a:before {
     1937.byline:before {
    19061938    content: "\f304";
    19071939}
    19081940
    1909 .cat-links span + a:before {
     1941.cat-links:before {
    19101942    content: "\f301";
    19111943}
    19121944
    1913 .tags-links span + a:before {
     1945.tags-links:before {
    19141946    content: "\f302";
    19151947}
    19161948
    1917 .comments-link a:before {
     1949.comments-link:before {
    19181950    content: "\f300";
    19191951}
    19201952
    1921 .full-size-link a:before {
     1953.full-size-link:before {
    19221954    content: "\f402";
    19231955}
    19241956
    1925 .edit-link a:before {
     1957.edit-link:before {
    19261958    content: "\f411";
    19271959}
     
    19441976    color: rgba(51, 51, 51, 0.7);
    19451977    padding-top: 0.4em;
     1978}
     1979
     1980.taxonomy-description a {
     1981    border-bottom: 1px solid #333;
     1982}
     1983
     1984.taxonomy-description a:hover,
     1985.taxonomy-description a:focus {
     1986    border-bottom: 0;
    19461987}
    19471988
     
    21392180}
    21402181
     2182.comment-author a:hover {
     2183    border-bottom: 1px solid #707070;
     2184    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
     2185}
     2186
    21412187.comment-author .avatar {
    21422188    border-radius: 50%;
     
    21752221
    21762222.comment-metadata a:hover,
     2223.pingback .edit-link a:hover{
     2224    border-bottom: 1px solid #333;
     2225}
     2226
     2227.comment-metadata a:hover,
    21772228.comment-metadata a:focus,
    21782229.pingback .edit-link a:hover,
     
    21932244}
    21942245
    2195 .pingback .edit-link a:before {
     2246.pingback .edit-link:before {
    21962247    top: 5px;
    21972248}
     
    22342285    border-color: #333;
    22352286    color: #333;
     2287    outline: 0;
    22362288}
    22372289
     
    22732325}
    22742326
     2327.logged-in-as a:hover {
     2328    border-bottom: 1px solid #333;
     2329}
     2330
    22752331.no-comments {
    22762332    border-top: 1px solid #eaeaea;
     
    23342390    color: #707070;
    23352391    color: rgba(51, 51, 51, 0.7);
     2392}
     2393
     2394.site-info a:hover {
     2395    border-bottom: 1px solid #333;
    23362396}
    23372397
     
    31373197    }
    31383198
    3139     .posted-on a:before,
    3140     .byline a:before,
    3141     .cat-links span + a:before,
    3142     .tags-links span + a:before,
    3143     .comments-link a:before,
    3144     .entry-format a:before,
    3145     .edit-link a:before,
    3146     .full-size-link a:before {
     3199    .posted-on:before,
     3200    .byline:before,
     3201    .cat-links:before,
     3202    .tags-links:before,
     3203    .comments-link:before,
     3204    .entry-format:before,
     3205    .edit-link:before,
     3206    .full-size-link:before {
    31473207        top: 3px;
    31483208    }
     
    32233283    }
    32243284
    3225     .comment-metadata .edit-link a:before {
     3285    .comment-metadata .edit-link:before {
    32263286        top: 2px;
    32273287    }
    32283288
    3229     .pingback .edit-link a:before {
     3289    .pingback .edit-link:before {
    32303290        top: 6px;
    32313291    }
     
    36673727    }
    36683728
    3669     .posted-on a:before,
    3670     .byline a:before,
    3671     .cat-links span + a:before,
    3672     .tags-links span + a:before,
    3673     .comments-link a:before,
    3674     .entry-format a:before,
    3675     .edit-link a:before,
    3676     .full-size-link a:before {
     3729    .posted-on:before,
     3730    .byline:before,
     3731    .cat-links:before,
     3732    .tags-links:before,
     3733    .comments-link:before,
     3734    .entry-format:before,
     3735    .edit-link:before,
     3736    .full-size-link:before {
    36773737        top: 4px;
    36783738    }
     
    37483808    }
    37493809
    3750     .comment-metadata .edit-link a:before {
     3810    .comment-metadata .edit-link:before {
    37513811        top: 8px;
    37523812    }
    37533813
    3754     .pingback .edit-link a:before {
     3814    .pingback .edit-link:before {
    37553815        top: 8px;
    37563816    }
     
    43134373    }
    43144374
    4315     .posted-on a:before,
    4316     .byline a:before,
    4317     .cat-links span + a:before,
    4318     .tags-links span + a:before,
    4319     .comments-link a:before,
    4320     .entry-format a:before,
    4321     .edit-link a:before,
    4322     .full-size-link a:before {
     4375    .posted-on:before,
     4376    .byline:before,
     4377    .cat-links:before,
     4378    .tags-links:before,
     4379    .comments-link:before,
     4380    .entry-format:before,
     4381    .edit-link:before,
     4382    .full-size-link:before {
    43234383        top: 0;
    43244384    }
     
    44074467    }
    44084468
    4409     .comment-metadata .edit-link a:before {
     4469    .comment-metadata .edit-link:before {
    44104470        top: 3px;
    44114471    }
    44124472
    4413     .pingback .edit-link a:before {
     4473    .pingback .edit-link:before {
    44144474        top: 5px;
    44154475    }
     
    48384898    }
    48394899
    4840     .posted-on a:before,
    4841     .byline a:before,
    4842     .cat-links span + a:before,
    4843     .tags-links span + a:before,
    4844     .comments-link a:before,
    4845     .entry-format a:before,
    4846     .edit-link a:before,
    4847     .full-size-link a:before {
     4900    .posted-on:before,
     4901    .byline:before,
     4902    .cat-links:before,
     4903    .tags-links:before,
     4904    .comments-link:before,
     4905    .entry-format:before,
     4906    .edit-link:before,
     4907    .full-size-link:before {
    48484908        top: 3px;
    48494909    }
     
    49244984    }
    49254985
    4926     .comment-metadata .edit-link a:before {
     4986    .comment-metadata .edit-link:before {
    49274987        top: 6px;
    49284988    }
    49294989
    4930     .pingback .edit-link a:before {
     4990    .pingback .edit-link:before {
    49314991        top: 6px;
    49324992    }
     
    53505410    }
    53515411
    5352     .posted-on a:before,
    5353     .byline a:before,
    5354     .cat-links span + a:before,
    5355     .tags-links span + a:before,
    5356     .comments-link a:before,
    5357     .entry-format a:before,
    5358     .edit-link a:before,
    5359     .full-size-link a:before {
     5412    .posted-on:before,
     5413    .byline:before,
     5414    .cat-links:before,
     5415    .tags-links:before,
     5416    .comments-link:before,
     5417    .entry-format:before,
     5418    .edit-link:before,
     5419    .full-size-link:before {
    53605420        top: 4px;
    53615421    }
     
    54315491    }
    54325492
    5433     .comment-metadata .edit-link a:before {
     5493    .comment-metadata .edit-link:before {
    54345494        top: 8px;
    54355495    }
    54365496
    5437     .pingback .edit-link a:before {
     5497    .pingback .edit-link:before {
    54385498        top: 8px;
    54395499    }
Note: See TracChangeset for help on using the changeset viewer.