From 656bf8032bdf963e75432efbe7ae422ba9e900cf Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Thu, 21 Feb 2013 00:45:10 -0500 Subject: Style enclosures like content. (cherry picked from commit 984f2ab952cb97990fc0d2460c2e335127a73491) --- .templates/newsitem.tmpl | 2 +- local.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.templates/newsitem.tmpl b/.templates/newsitem.tmpl index af976b57..919200bb 100644 --- a/.templates/newsitem.tmpl +++ b/.templates/newsitem.tmpl @@ -42,7 +42,7 @@ -
diff --git a/local.css b/local.css index 1249dfc7..ef2ce64f 100644 --- a/local.css +++ b/local.css @@ -216,13 +216,15 @@ a:hover padding: 0.5em 0em; line-height: 1; } -.newsitemcontent +.newsitemcontent, +.newsitemenclosure { padding-left: 0.2em; padding-top: 0.1em; } -.newsitemcontent p +.newsitemcontent p, +.newsitemenclosure p { margin: 0.3em; } -- cgit v1.2.3