diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-06 23:04:58 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-06 23:04:58 +0200 |
commit | 26cfd7a72c5f368670fffbe899da05ef3a5a2bc3 (patch) | |
tree | 2fb23421f817ea3808c1a55d113e293c9fdc4fac /new_journal.css | |
parent | b15779d9c7fea54f5e8c217da788866e81a08e38 (diff) | |
download | website-26cfd7a72c5f368670fffbe899da05ef3a5a2bc3.tar.xz |
new_journal: don't italicize dates
Diffstat (limited to 'new_journal.css')
-rw-r--r-- | new_journal.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/new_journal.css b/new_journal.css index 1b0430d..92a8bf0 100644 --- a/new_journal.css +++ b/new_journal.css @@ -49,10 +49,9 @@ header h1 { .post .title { font-size: 1.4rem; margin-top: 0; - margin-bottom: 0.2rem; + margin-bottom: 0.3rem; } .post .info { - font-style: italic; font-size: 0.9rem; color: #505050; margin-bottom: -0.4rem; |