Skip to content

Commit 4295e53

Browse files
committed
Fix media image display problem.
1 parent 053f5f7 commit 4295e53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css/my.css

+8
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ div.tags::before{
3232
div.dokuwiki form.plugin__tag_search label.plus, div.dokuwiki form.plugin__tag_search label.minus {
3333
display: block;
3434
}
35+
36+
/* Bootstrap add no need display property in this situation. Need to delete it */
37+
a.media{
38+
display: inline !important;
39+
}
40+
img.media{
41+
display: inline !important;
42+
}

0 commit comments

Comments
 (0)