summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/_imgdetail.css10
-rwxr-xr-xcss/design.css6
2 files changed, 10 insertions, 6 deletions
diff --git a/css/_imgdetail.css b/css/_imgdetail.css
index d6cc4abaf..a3e0f55f5 100755
--- a/css/_imgdetail.css
+++ b/css/_imgdetail.css
@@ -8,14 +8,11 @@
#dokuwiki__detail h1 {
}
-#dokuwiki__detail div.content {
-}
-
-#dokuwiki__detail div.content img {
+#dokuwiki__detail img {
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;
}
@@ -29,4 +26,5 @@
}
#dokuwiki__detail p.back {
+ clear: both;
}
diff --git a/css/design.css b/css/design.css
index 1b596d590..026c5e3c0 100755
--- a/css/design.css
+++ b/css/design.css
@@ -366,6 +366,12 @@
}
+/*____________ changes to _imgdetail ____________*/
+
+#dokuwiki__detail {
+ padding: 0;
+}
+
/*____________ JS popup ____________*/
.JSpopup {