From 5a0f66f406f2194462db696e4b075408d69573ea Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Wed, 1 Jan 2014 22:54:56 +0200 Subject: [PATCH] make post lists look a bit more natural --- css/default.css | 20 ++++++++++++++------ templates/post-list.html | 8 +++----- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/css/default.css b/css/default.css index e69028d..a750e9b 100644 --- a/css/default.css +++ b/css/default.css @@ -13,11 +13,11 @@ h1, #header, .info { } h1 { - font-size: 26px; + font-size: 35px; } h2 { - font-size: 21px; + font-size: 27px; } h3 { @@ -86,7 +86,7 @@ math { } .postlist { - font-size: 90%; + /*font-size: 90%;*/ } /* @@ -100,16 +100,24 @@ h3.pldate { } */ -p.plexcerpt { +.plitem { + margin: 10px 0px 10px 0px; +} + +.plitem a { + font-weight: bold; +} + +.plexcerpt { font-size: 90%; - margin-top: -3px; + /*margin-top: -3px;*/ } .info { color: #889; font-size: 14px; font-style: italic; - margin-top: -15px; + margin-top: -25px; } .info sup { diff --git a/templates/post-list.html b/templates/post-list.html index f7f45ee..0d1f43a 100644 --- a/templates/post-list.html +++ b/templates/post-list.html @@ -1,10 +1,8 @@