From de8f57d0af169d2c6884eb5d49f042ba986c9868 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 6 Sep 2018 07:06:42 -0700 Subject: [PATCH] Remove unnecessary CSS in jQuery example Simply use a `` tag instead. One fewer CSS rule. --- example/templates/jquery/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/templates/jquery/index.html b/example/templates/jquery/index.html index 98f54097a..c3a5e4a84 100644 --- a/example/templates/jquery/index.html +++ b/example/templates/jquery/index.html @@ -5,7 +5,6 @@ jQuery Test @@ -17,6 +16,6 @@

jQuery Test

-

If you see this, jQuery is working.

+

If you see this, jQuery is working.