mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[css] Add center class for images
This commit is contained in:
parent
7a068306db
commit
d7a9212804
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ img.inline {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
img.center {
|
||||
display: block;
|
||||
margin:5px 15px 5px 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.nomargin * {
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue