From: Erik Faye-Lund Date: Thu, 18 Apr 2019 11:09:25 +0000 (+0200) Subject: docs: add missing semicolon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=755c118a4f0db16763b79d3afb0f36a28f9ea490;p=mesa.git docs: add missing semicolon While it's legal to omit the last semicolon in a CSS block, it's generally not considered good style, as it makes it harder to add new lines. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- diff --git a/docs/mesa.css b/docs/mesa.css index 8038832adbc..5fa7bc34d77 100644 --- a/docs/mesa.css +++ b/docs/mesa.css @@ -42,7 +42,7 @@ iframe { position: absolute; left: 20em; right: 10px; - overflow: hidden + overflow: hidden; } .header {