From 3f36f8aaee65315a7c60c4396c61688b9a2d066d Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 15 Jan 2012 15:35:44 -0700 Subject: [PATCH] updated comments template based off twentyeleven's --- comments.php | 141 +++++++++++++++++++++++++------------------------- css/style.css | 4 -- 2 files changed, 70 insertions(+), 75 deletions(-) diff --git a/comments.php b/comments.php index dd3c68d..50168fd 100644 --- a/comments.php +++ b/comments.php @@ -1,95 +1,94 @@ -
  • >
    - - %s', 'roots'), get_comment_author_link()) ?> - - + + %s', 'roots'), get_comment_author_link()); ?> + +
    - comment_approved == '0') : ?> + comment_approved == '0') { ?>

    - +
    - $depth, 'max_depth' => $args['max_depth']))) ?> + $depth, 'max_depth' => $args['max_depth']))); ?>
    - +

    -
    - - - + + + +
    -

    +

    +
      - - + 'roots_comment')); ?>
    -
    + + 1 && get_option('page_comments')) { // are there comments to navigate through ?> -
    -
    - - - + + + +

    + + + + +
    -

    -
    - - - -
    -

    -

    - -

    logged in to post a comment.', 'roots'), wp_login_url( get_permalink() ) ); ?>

    - -
    - -

    %s.', 'roots'), get_option('siteurl'), $user_identity); ?>

    - -

    - - > -

    -

    - - > -

    -

    - - -

    - -

    - - -

    -

    - - ID); ?> -
    - -
    - +

    + + + + +
    +

    +

    + +

    logged in to post a comment.', 'roots'), wp_login_url(get_permalink())); ?>

    + +
    + +

    %s.', 'roots'), get_option('siteurl'), $user_identity); ?>

    + +

    + + > +

    +

    + + > +

    +

    + + +

    + +

    + + +

    +

    + + ID); ?> +
    + +
    + \ No newline at end of file diff --git a/css/style.css b/css/style.css index 8c7faa7..83ec1bf 100644 --- a/css/style.css +++ b/css/style.css @@ -251,13 +251,9 @@ h1, h2, h3, h4, h5, h6 { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } ol.commentlist img.avatar { float: left; margin-right: 10px; } ol.commentlist time { display: block; font-size: 1em; margin-bottom: 0.5em; position: relative; } -ol.commentlist .comment-reply-link { display: block; margin-bottom: 1.5em; } -#commentform { *display: inline-block; } -#commentform p { margin-bottom: 1em; } #commentform label { display: block; } #commentform textarea { display: block; } #commentform input.button { margin-top: 0.5em; } -#commentform:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }