diff options
-rw-r--r-- | web/css.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/css.css b/web/css.css index 92bdae29f..e74c670c5 100644 --- a/web/css.css +++ b/web/css.css @@ -452,6 +452,9 @@ ol#current img { #alert_photos h2 { font-size: 100%; } +#alert_photos img { + margin-bottom: 0.25em; +} /* Report page */ |