Sha256: ae4b62af6e73ca2ef4c8f9d26eff0dd597ed9e8481e7cee1dd6bac1163183564

Contents?: true

Size: 767 Bytes

Versions: 2

Compression:

Stored size: 767 Bytes

Contents

@import "rails_blog_engine/config";

// Place all the styles for posts and lists of posts here.  We assume a
// light background color.
.rails_blog_engine {

  // Formatting for lists of posts.
  .rails_blog_engine_posts {
    .new_post.btn, nav {
      margin-bottom: $blank_line_height*2;
    }
  }

  // Formatting for individual posts, either standalone or in a list.
  .rails_blog_engine_post {
    color: black;
    margin-bottom: $blank_line_height*2;

    >h1 {
      margin-bottom: 0;
      .btn {
        vertical-align: text-bottom;
      }
    }

    >p.byline {
      color: grey;
    }

    // We use this for moderation warnings.
    >.flash.notice {
      border: 1px solid #049cdb;
      background: #c7eefe;
      padding: $box_padding;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_blog_engine-0.0.4 lib/assets/stylesheets/rails_blog_engine/posts.css.scss
rails_blog_engine-0.0.3 lib/assets/stylesheets/rails_blog_engine/posts.css.scss