improved image detail styles a bit

This commit is contained in:
Anika Henke 2012-01-22 16:00:08 +00:00
parent 3e3c85cb05
commit 6cbebe8e5c

View file

@ -8,14 +8,11 @@
#dokuwiki__detail h1 { #dokuwiki__detail h1 {
} }
#dokuwiki__detail div.content { #dokuwiki__detail img {
}
#dokuwiki__detail div.content img {
float: left; float: left;
margin-right: 1.5em; margin: 0 1.5em .5em 0;
} }
#dokuwiki__detail div.content div.img_detail { #dokuwiki__detail div.img_detail {
float: left; float: left;
} }
@ -29,4 +26,5 @@
} }
#dokuwiki__detail p.back { #dokuwiki__detail p.back {
clear: both;
} }