From 924b5a0a60f6940f307f11e1f75b9112d06e8114 Mon Sep 17 00:00:00 2001 From: Tracy Rotton Date: Sun, 17 Nov 2013 22:24:13 -0500 Subject: [PATCH] Fixed typo in inline comments. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c121add5..dd1330e1 100644 --- a/style.css +++ b/style.css @@ -46,7 +46,7 @@ table, caption, tbody, tfoot, thead, tr, th, td { } html { font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ - overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */ + overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */ -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */ -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }