mirror of https://github.com/vtrois/kratos
fix: smiley picture display
parent
a5aba8de19
commit
0488691080
|
@ -975,6 +975,10 @@ button:focus {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.k-main .details .article .content .wp-smiley {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.k-main .details .article .content .aligncenter {
|
.k-main .details .article .content .aligncenter {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue