mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
27 lines
No EOL
384 B
CSS
27 lines
No EOL
384 B
CSS
figure.image-caption {
|
|
text-align: center;
|
|
margin: 1rem;
|
|
}
|
|
|
|
figure.image-caption figcaption {
|
|
opacity: 0.7;
|
|
font-size: 90%;
|
|
}
|
|
|
|
figure.figure-right {
|
|
float: right;
|
|
margin-right: 0;
|
|
}
|
|
|
|
figure.figure-left {
|
|
float: left;
|
|
margin-left: 0;
|
|
}
|
|
|
|
figure.caption-left figcaption {
|
|
text-align: left;
|
|
}
|
|
|
|
figure.caption-right figcaption {
|
|
text-align: right;
|
|
} |