Sha256: 6677b414e5eaf3ffc13f3963e7be593ae6cb6a748adbc6ed84db9924fe01e312

Contents?: true

Size: 827 Bytes

Versions: 7

Compression:

Stored size: 827 Bytes

Contents

. --------------------------------------------------
. This file is processed to create blog.css         
. Most of the global CSS goes here                  
. --------------------------------------------------
.nopara

.seek themes/standard/global.lt3

* { font-family: $font.family }

\.post-title a {
  color: $post.title.color;
  font-size: $post.title.size;
  float: right;
  display: inline-block;
  text-align: top;
  text-decoration: none;
}

\.post-title a:hover {
  text-decoration: none;
}

\.post-title-text a {
  color: $post.text.color;
  font-size: $post.text.size; 
# float: right;
  display: block;
  text-decoration: none;
}

\.post-title-text a:hover {
  text-decoration: none;
}

\.post-date {
  color: $post.date.color;
  font-size: $post.date.size;
  display: block;
  float: left;
  text-align: top;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
runeblog-0.2.41 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.40 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.39 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.38 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.37 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.36 empty_view/themes/standard/etc/blog.css.lt3
runeblog-0.2.35 empty_view/themes/standard/etc/blog.css.lt3