From 50096c21b0baba203672f14f73369990264c11f1 Mon Sep 17 00:00:00 2001 From: Connor Brewster Date: Thu, 30 Jun 2016 11:12:01 -0600 Subject: [PATCH] Use proper comment syntax in servo.css --- resources/servo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/servo.css b/resources/servo.css index c1dbe1c1ddc..98ee52c0982 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -132,7 +132,7 @@ textarea { -servo-overflow-clip-box: content-box; } -// https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements +/* https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements */ details { display: block; }