diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-09-16 18:47:57 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-09-19 10:37:03 +0200 |
commit | 99fb10ecca6b1679c1fe402508216c0f82140ef5 (patch) | |
tree | b4d7dd2b58fe664b671d320775551f410437cee2 /doc/doc.css | |
parent | b950a20afde7f8dff4b38db214120b3d1de2e10f (diff) |
Improvement of the documentation
Change-Id: I8f220d7508d939a16eba956ab1fdf975f4048332
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
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;} |