summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 14:08:27 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-29 14:08:27 +0200
commitd4f19a20c64aa9abcf396a252f5057139770ac1e (patch)
treee4abc873acb80b445ff28f729b26d371edf13fa1 /css
parentade0ecb98ba1cdc5436b70e2eca5c5ea6356b0da (diff)
require libxml
Diffstat (limited to 'css')
-rw-r--r--css/content.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/content.css b/css/content.css
index 927f9d266..f64f735fd 100644
--- a/css/content.css
+++ b/css/content.css
@@ -386,8 +386,8 @@
white-space:normal;
}
- #app-content .body > img:first-child,
- #app-content .body > div:first-child > img:first-child {
+ #app-content .body > div > img:first-child,
+ #app-content .body > div :first-child > img:first-child {
padding: 0 14px 0 0;
float: left;
}