Browse Source

improved image detail styles a bit

master
Anika Henke 12 years ago
parent
commit
6cbebe8e5c
  1. 10
      css/_imgdetail.css

10
css/_imgdetail.css

@ -8,14 +8,11 @@
#dokuwiki__detail h1 { #dokuwiki__detail h1 {
} }
#dokuwiki__detail div.content {
}
#dokuwiki__detail div.content img {
#dokuwiki__detail 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;
} }
Loading…
Cancel
Save