aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-06-30 23:19:28 -0700
committerGitHub <noreply@github.com>2016-06-30 23:19:28 -0700
commit0ae07e07e6c75e630ba0a5eaf95fa1046c6737c2 (patch)
tree80d56a52e9ee5d2e9e89d044e561534bf2c33890
parent4f81384d6132aa3778293ce3bb26a489325fddc3 (diff)
parent50096c21b0baba203672f14f73369990264c11f1 (diff)
downloadservo-0ae07e07e6c75e630ba0a5eaf95fa1046c6737c2.tar.gz
servo-0ae07e07e6c75e630ba0a5eaf95fa1046c6737c2.zip
Auto merge of #11964 - ConnorGBrewster:fix_ua_comment, r=asajeffrey
Use proper comment syntax in servo.css <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #11963 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because using proper comment syntax in css. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11964) <!-- Reviewable:end -->
-rw-r--r--resources/servo.css2
1 files changed, 1 insertions, 1 deletions
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;
}