summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-02-11 16:11:55 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-02-11 16:11:55 +0100
commit518764b88b95b90a3fd57c4cf9d39afdd498957a (patch)
tree9f3ac3b8e33cb4329356b56b7c852d7e71b6d9a4
parent6612cde832cee90b033317f17c57cc9f2f68b0a2 (diff)
also add padding for images inside the first div in an article
-rw-r--r--css/items.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/items.css b/css/items.css
index e19d0e3aa..04cd0ac63 100644
--- a/css/items.css
+++ b/css/items.css
@@ -327,7 +327,8 @@
white-space:normal;
}
- .feed_item .item_body > img:first-child {
+ .feed_item .item_body > img:first-child,
+ .feed_item .item_body > div:first-child > img:first-child {
padding: 0 14px 0 0;
float: left;
}