mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-11 12:28:03 +00:00
Respect the alignment specified by the image directive
This commit is contained in:
parent
1c4dca431d
commit
a317ceb44a
9
docs/_static/style.css
vendored
9
docs/_static/style.css
vendored
@ -1147,6 +1147,15 @@ table.docutils tbody tr td ol.last {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* added when the `align` attribute is specified in the `image` directive */
|
||||||
|
main img.align-left {
|
||||||
|
margin-left: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
main img.align-right {
|
||||||
|
margin-right: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
.align-default {
|
.align-default {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user