12 lines
239 B
CSS
12 lines
239 B
CSS
img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
/* the following centers the image thus [[image.png|center]]
|
|
img[alt*="center"] {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
*/ |