diff --git a/less/posts_list.less b/less/posts_list.less index 7fc5a8e..d47bfd5 100644 --- a/less/posts_list.less +++ b/less/posts_list.less @@ -23,13 +23,20 @@ } } + .topic-title { + color: @gray-dark; + font-weight: 900; + font-size: 125%; + } + .content { - max-height: 250px; + max-height: 240px; position: relative; clear: left; display: block; overflow: hidden; padding-right: 10px; + margin-bottom: 30px; h1, h2, h3, h4, h5, h6 { margin: 0; @@ -41,6 +48,10 @@ margin: 8px 0; padding: 0 10px; } + + p { + margin: 0 0 2px; + } } .post-body { @@ -57,9 +68,9 @@ margin-top: -14px; font-size: 10px; - .post-meta { - padding-left: 28px; - color: #aaa; + .post-author { + padding-left: 25px; + color: lighten(@gray-base, 65%); a { color: @gray-light; diff --git a/templates/partials/posts_list.tpl b/templates/partials/posts_list.tpl index d47c040..1dff21a 100644 --- a/templates/partials/posts_list.tpl +++ b/templates/partials/posts_list.tpl @@ -2,10 +2,10 @@
  • -
    - {posts.topic.title} +
    + {posts.topic.title}
    -

    {posts.content}

    + {posts.content}
    -
    - +