diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 81db03f7..f7dd5511 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -259,6 +259,17 @@ figcaption { font-size: 80%; } +.normal-subfigcaption { + background: rgba(0, 0, 0, 0.2); + color: #FFF; + position: absolute; + bottom: 20px; + left: 0; + right: 0; + opacity: 1; + font-size: 80%; +} + .normal-figheader { background: rgba(0, 0, 0, 0.2); color: #FFF; |
