Skip to content

Commit a6cfd52

Browse files
authored
Merge pull request #295 from fjf2002/clear-both-missing-causes-following-caption-to-wrap
clear-both-missing-causes-following-caption-to-wrap
2 parents 86d24a1 + 2900031 commit a6cfd52

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
div.plugin_include_content div.tags {
2+
margin-bottom: 0 !important;
3+
}
4+
5+
div.plugin_include_content {
6+
display: flow-root;
7+
margin-bottom: 1.4em;
8+
}
9+
110
div.dokuwiki div.plugin_include_content div.secedit {
211
float: right;
312
margin-left: 1em;
@@ -11,7 +20,6 @@ div.dokuwiki div.inclmeta {
1120
font-size: 80%;
1221
line-height: 1.25;
1322
/*margin-top: 0.5em;*/
14-
margin-bottom: 2em;
1523
}
1624

1725
div.dokuwiki div.inclmeta a.permalink {

0 commit comments

Comments
 (0)