Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/colorchestra/smol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTobias Pfandzelter <pfandzelter@campus.tu-berlin.de>2020-08-05 22:52:27 +0300
committerTobias Pfandzelter <pfandzelter@campus.tu-berlin.de>2020-08-05 22:52:27 +0300
commit73ad44e2ca7a5674ce0abc311aa11652cca99801 (patch)
tree2265a7a17f001771d62af356ed38df211afcd0e6 /static
parent41db6a77dc71c5a730ec18fe02080ffe9aa06bb8 (diff)
add image captions
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index dfc6325..917a8f7 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -4,3 +4,6 @@ code{color: #FFFFFF; background:#000000; padding:2px}
pre{color: #FFFFFF; background:#000000; padding:24px; white-space: pre-wrap}
article{padding:24px 0}
.center {display: block;margin-left: auto;margin-right: auto;width: 100%;}
+img {display: block; max-width: 100%; height: auto;}
+figcaption {color: #888; font: 12px/1.5 monospace; text-align: center;}
+