diff options
Diffstat (limited to 'doc/doc.css')
-rw-r--r-- | doc/doc.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc.css b/doc/doc.css index 8c327c09..f3d55f9d 100644 --- a/doc/doc.css +++ b/doc/doc.css @@ -35,3 +35,6 @@ table { thead {background-color: #a6f;} tr:nth-child(even) {background-color: #aee;} td { padding: 0.1em 0.5em; } + +figure img {width: 80%;} +figure {text-align: center;} |