diff --git a/docs/css.html b/docs/css.html
index 1d8cee56..2f7d7470 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1380,21 +1380,6 @@ For example, <section> should be wrapped as inline.
{% highlight html %}
-{% endhighlight %}
-
-
Style inputs via default browser functionality. Specify a type, add the required attribute if the field is not optional, and (if applicable) specify a pattern.
Invalid inputs are styled via the :invalid CSS selector, which is not supported by Internet Explorer 9 and below.