improved image detail styles a bit
This commit is contained in:
parent
3e3c85cb05
commit
6cbebe8e5c
1 changed files with 4 additions and 6 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue