aboutsummaryrefslogtreecommitdiff
path: root/sass/themes/classic/partials/_blog.scss
blob: 1dd255ddf578601b0fb3382f11ac850298b1d30f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
article {
  .title {
    text-decoration: none;
    &:hover {
      text-decoration: underline; } }
  .entry {
    border-bottom: 1px solid $article-border;
    &:first-child {
      padding-top: 0; } }
  #disqus_thread { }
  .meta {
    border-bottom: 1px dashed #dddddd;
    text-transform: uppercase;
    color: #777777;
    padding: 8px 0 5px;
    margin-bottom: 1.5em;
    font-size: 75%;
    letter-spacing: 1px; }
  .footer {
    padding-top: 15px; } }