Sha256: 0579195f49522d56d79d5d61f5d6277efef5964002412e6df2d45429a059c99e

Contents?: true

Size: 1.29 KB

Versions: 7

Compression:

Stored size: 1.29 KB

Contents

article.blog_post {
  width: 600px;
  margin: 0 auto;
}
.blog_post header h1 a{
  text-decoration: none;
  color: #55D;
}
.blog_post p{
  line-height: 1.6em;
}
.blog_post_comments_count{
  margin: 1em 0;
  text-align: right;
}
.blog_post_spacer{
  width: 80%;
  margin: 1em auto;
  border-color: thin solid silver;
  border-top: none;
}
.blog_post_footer, footer{
  font-size: 0.8em;
  font-style: italic;
  color: silver;
}

#new_blogit_post_link{
  text-align: right;
}
#new_blogit_post, .edit_blogit_post{
  width: 100%;
}
#post_title, #post_body{
  width: 100%;
}
.new_blog_post fieldset{
  border: none;
  padding: 0;
  margin: 0;
}
.new_blog_post input,.new_blog_post textarea{
  font-size: 17px;
}
.new_blog_post .blog_post_tip{
  margin: 0;
  float: right;
  width: 55%;
  text-align: right;
  color: #333;
  font-style: italic;
}
#new_blog_post_tag_field{
  float: left;
  width: 40%;
}
.new_blog_post .actions{
  margin: 1em 0;
}
#new_blog_comment{
  width: 600px;
  margin: 0 auto;
}
#new_blog_comment .hidden {
  display: none;
}
.blog_comment{
  width: 600px;
  margin: 1em auto;
  padding: 0 0 1em;
  border-bottom: thin solid silver;
}
.blog_comment .actions, .blog_post .actions{
  text-align: right;
}

#blog_share_bar {
  width: 600px;
  margin: 0.5em auto;
}

.social_button {
  display: inline-block;
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
blogit-admin-0.0.1 app/assets/stylesheets/blogit/index.css
blogit-1.0.0.rc1 app/assets/stylesheets/blogit/index.css
blogit-0.8.0 app/assets/stylesheets/blogit/index.css
blogit-0.7.0 app/assets/stylesheets/blogit/index.css
blogit-0.6.0 app/assets/stylesheets/blogit/index.css
blogit-0.5.1 app/assets/stylesheets/blogit/index.css
blogit-0.5.0 app/assets/stylesheets/blogit/index.css