From 3773ac8bd6024a77758010c97d39a70e168a2b58 Mon Sep 17 00:00:00 2001 From: Kaustav Das Modak Date: Sat, 20 Dec 2014 18:37:08 +0530 Subject: [PATCH] Hide template elements to prevent 1.1 from rendering them Signed-off-by: Kaustav Das Modak --- css/app.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/app.css b/css/app.css index 1060a96..ae610fc 100644 --- a/css/app.css +++ b/css/app.css @@ -426,3 +426,10 @@ section { .has-padding { padding: 1rem; } + +/** + * Weird fixes + */ +template { + display: none; +} \ No newline at end of file