docs: add missing semicolon
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 11:09:25 +0000 (13:09 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 08:45:57 +0000 (08:45 +0000)
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 <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/mesa.css

index 8038832..5fa7bc3 100644 (file)
@@ -42,7 +42,7 @@ iframe {
        position: absolute;
        left: 20em;
        right: 10px;
-       overflow: hidden
+       overflow: hidden;
 }
 
 .header {