diff options
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css index 6c3a196..49b1f88 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -669,7 +669,7 @@ pre { } } -figure { +figure:not(.code-container) { margin: 20px 0; padding: 10px; background-color: #f9f9f9; @@ -677,7 +677,7 @@ figure { box-shadow: 2px 2px 0#ccc } -figure img { +figure:not(.code-container) img { display: block; max-width: 100%; height: auto; @@ -685,7 +685,7 @@ figure img { margin-bottom: 10px } -figcaption { +figure:not(.code-container) figcaption { font-size: 9px; color: #666; line-height: 1.2; @@ -693,7 +693,7 @@ figcaption { border-top: 1px dotted #999 } -figcaption .figure-number { +figure:not(.code-container) figcaption .figure-number { font-weight: 700; text-transform: uppercase; color: #333 |