From: Lucian Mogosanu Date: Wed, 1 Jan 2014 20:54:56 +0000 (+0200) Subject: make post lists look a bit more natural X-Git-Tag: v0.3~4^2~2 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=5a0f66f406f2194462db696e4b075408d69573ea;p=thetarpit.git make post lists look a bit more natural --- 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 @@