diff options
| author | 2013-08-18 19:41:02 +0200 | |
|---|---|---|
| committer | 2013-08-18 19:41:02 +0200 | |
| commit | a2dc177a0c6f188b337ec82dab2e477fbd719807 (patch) | |
| tree | a56e5246b7d95bcf1c0c9e2fd6121e3a41c481cf /public/themes/default/global.css | |
| parent | 2c764af215fca00cbb02295829f028bdeeae0325 (diff) | |
Mise à jour design (figure)
Gestion des balises <figure /> et <figcaption /> avec affichage adapté,
prise en charge dans les thèmes "default" et "flat design"
Diffstat (limited to 'public/themes/default/global.css')
| -rw-r--r-- | public/themes/default/global.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/themes/default/global.css b/public/themes/default/global.css index 3000bfe45..e65816a28 100644 --- a/public/themes/default/global.css +++ b/public/themes/default/global.css @@ -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%; |
