diff --git a/docs/css.html b/docs/css.html
index 1d8cee56d4..2f7d747085 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.