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 <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Erik Faye-Lund 2019-04-18 13:09:25 +02:00
parent 3085eb90a0
commit 755c118a4f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ iframe {
position: absolute;
left: 20em;
right: 10px;
overflow: hidden
overflow: hidden;
}
.header {