From f82261c2be2f978df2d1df2c8872f46a91319adc Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Sat, 20 Jul 2013 13:15:27 +0300 Subject: [PATCH] templates: post: add info --- css/default.css | 12 ++++++++++++ templates/post.html | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/css/default.css b/css/default.css index e8e9bbb..d4fb30d 100644 --- a/css/default.css +++ b/css/default.css @@ -25,6 +25,18 @@ a:hover { text-decoration: underline; } +.info { + color: #555; + font-size: 15px; + font-style: italic; + margin-top: -12px; +} + +.info sup { + color: #C2CBCE; + font-style: normal; +} + #header { border-bottom: 1.5px dashed #aaa; margin-bottom: 30px; diff --git a/templates/post.html b/templates/post.html index 36d66c2..3166e43 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1 +1,9 @@ +
+ $postid$ + Posted on $date$ + $if(author)$ + by $author$ + $endif$ +
+ $body$ -- 1.7.10.4