diff options
author | Adrian Kummerlaender | 2019-04-16 21:18:09 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2019-04-16 21:18:09 +0200 |
commit | 32b58d72ff02802da11060d4d32765af624edbad (patch) | |
tree | 7646002c0ffaedd202523fc789f32615fdad428f /source | |
parent | 5cf39944c597767301e69cd80b7e7c79f48d876c (diff) | |
download | Overview-32b58d72ff02802da11060d4d32765af624edbad.tar Overview-32b58d72ff02802da11060d4d32765af624edbad.tar.gz Overview-32b58d72ff02802da11060d4d32765af624edbad.tar.bz2 Overview-32b58d72ff02802da11060d4d32765af624edbad.tar.lz Overview-32b58d72ff02802da11060d4d32765af624edbad.tar.xz Overview-32b58d72ff02802da11060d4d32765af624edbad.tar.zst Overview-32b58d72ff02802da11060d4d32765af624edbad.zip |
Fix img styling
Diffstat (limited to 'source')
-rw-r--r-- | source/99_result/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/99_result/main.css b/source/99_result/main.css index 9b140fe..8675d16 100644 --- a/source/99_result/main.css +++ b/source/99_result/main.css @@ -24,11 +24,12 @@ sup{vertical-align:baseline;position:relative;top:-0.6em} sub{vertical-align:baseline;position:relative;top:0.4em} #content{max-width:45em;margin:auto} +#content p img{padding:.2em;border:.1em solid #e3e8e8;display:block;margin-left:auto;margin-right:auto;max-width:95%} + #introduction{margin-top:1.5em;overflow:hidden} #introduction img{border-radius:0.5em;margin-right:1.5em;float:left;width:12em;height:12em} #introduction p{width:31.5em;float:right} #introduction .greeting{font:bold 1.1em 'Oswald',sans-serif;display:inline-block} -#content img{padding:.2em;border:.1em solid #e3e8e8;display:block;margin-left:auto;margin-right:auto;max-width:95%} .info{font:normal .8em 'Oswald',sans-serif;margin-bottom:.5em;display:block} .info a{margin:0 .1em 0 .1em} |