From 2fb828783a1a96794e4deeb0f74ce5bc58b7a5b9 Mon Sep 17 00:00:00 2001 From: Leo Thorp Date: Thu, 30 Nov 2017 02:25:10 -0600 Subject: [PATCH] fix typo in body background style --- docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index f75ea282..3da4e572 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,4 +1,4 @@ -body {bakground:white;-webkit-text-size-adjust: 100%;} +body {background:white;-webkit-text-size-adjust: 100%;} body,table,h5 {font:normal 16px 'Open Sans';} header,main {margin:auto;max-width:1000px;} header section {position:absolute;width:250px;}