Gestion des balises <figure /> et <figcaption /> avec affichage adapté, prise en charge dans les thèmes "default" et "flat design"
@@ -361,6 +361,9 @@
display: block;
margin: 10px auto;
}
+ .content figure img.big {
+ margin: 0;
+ }
.content hr {
margin: 30px 0;
height: 1px;
@@ -41,6 +41,17 @@ h1, h2, h3 {
/* IMG */
+figure {
+ margin: 5px 0 10px;
+ text-align: center;
+}
+ figcaption {
+ display: inline-block;
+ padding: 3px 20px;
+ color: #999;
+ font-style: italic;
+ border-bottom: 1px solid #ccc;
img {
height: auto;
max-width: 100%;
@@ -347,6 +347,9 @@ body {