Use proper comment syntax in servo.css

This commit is contained in:
Connor Brewster 2016-06-30 11:12:01 -06:00
parent d3a1a4ec7d
commit 50096c21b0

View file

@ -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;
}