Fix date padding

234125ec8d332d32f3910d3d43c1c2a452be5557
cloudhead committed ago 1 parent 2532908b
log/_article.html.erb +5 -1
31 31
      }
32 32
33 33
      .post {
34 34
        padding-top: 90px;
35 35
      }
36 +
      .post p:first-child {
37 +
        margin-top: 0;
38 +
      }
36 39
      .post .body, .post header {
37 40
        font-family: "Times New Roman", Times, serif;
38 41
        width: 640px;
39 42
        margin: 0 auto;
40 43
        text-align: left;
43 46
        font-size: 17px;
44 47
        line-height: 1.3em;
45 48
      }
46 49
      .post .date {
47 50
        display: block;
48 -
        padding-top: 10px;
51 +
        padding: 10px 0;
52 +
        font-size: 11px;
49 53
      }
50 54
      .post .date, .post blockquote {
51 55
        color: #777;
52 56
      }
53 57
      .post blockquote {