summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2013-02-21 00:45:10 -0500
committerThomas Schwinge <thomas@schwinge.name>2014-03-09 19:43:29 +0100
commit656bf8032bdf963e75432efbe7ae422ba9e900cf (patch)
treeeb79902c812610962c09373a85b1d645a05a23ba /local.css
parent879006b4a872d1828cbea1c29de43a8e754da79b (diff)
Style enclosures like content.
(cherry picked from commit 984f2ab952cb97990fc0d2460c2e335127a73491)
Diffstat (limited to 'local.css')
-rw-r--r--local.css6
1 files changed, 4 insertions, 2 deletions
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;
}