From 9e6c11e329f7ffe58adbc9ae5056254c5878aafb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 11 Aug 2017 15:46:00 +0300 Subject: Remove IE 10 viewport bug workaround JS. --- docs/4.0/examples/grid/index.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/4.0/examples/grid') diff --git a/docs/4.0/examples/grid/index.html b/docs/4.0/examples/grid/index.html index c87b91ac7..68665f981 100644 --- a/docs/4.0/examples/grid/index.html +++ b/docs/4.0/examples/grid/index.html @@ -131,11 +131,5 @@ - - - - - -- cgit v1.2.3 From ee574b76a7274366a56b84b98f83e2b1b7b00122 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 3 Oct 2017 19:34:59 +0300 Subject: Switch to lowercase `doctype`. (#24217) Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. --- docs/4.0/examples/grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/4.0/examples/grid') diff --git a/docs/4.0/examples/grid/index.html b/docs/4.0/examples/grid/index.html index 68665f981..0be50f816 100644 --- a/docs/4.0/examples/grid/index.html +++ b/docs/4.0/examples/grid/index.html @@ -1,4 +1,4 @@ - + -- cgit v1.2.3