From c028cd0951455bc9e7461786803d37c34f3a3bec Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Sat, 21 Sep 2013 10:47:30 +0300 Subject: [PATCH] templates: post-list: replace divs with lists --- css/default.css | 3 +-- templates/post-list.html | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/css/default.css b/css/default.css index db727af..7de1ceb 100644 --- a/css/default.css +++ b/css/default.css @@ -87,10 +87,9 @@ math { .postlist { font-size: 90%; - margin-left: 170px; - margin-bottom: 20px; } +/* h3.pldate { font-size: 90%; position: absolute; diff --git a/templates/post-list.html b/templates/post-list.html index 6bf6948..f7f45ee 100644 --- a/templates/post-list.html +++ b/templates/post-list.html @@ -1,11 +1,11 @@ + -- 1.7.10.4