From be2449e032685284b841bf1f364b2ae934fc12cf Mon Sep 17 00:00:00 2001 From: mxmehl Date: Fri, 11 Dec 2015 20:10:22 +0100 Subject: [PATCH] CSS rules for language changes --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index b672398..33b5818 100644 --- a/static/style.css +++ b/static/style.css @@ -4,6 +4,9 @@ body { font-family: Arial,Helvetica,sans-serif; font-size: 100%; } +img { + vertical-align: middle; +} .warn { color: #ff0000; }