Skip to content

Commit

Permalink
Auto merge of #11964 - ConnorGBrewster:fix_ua_comment, r=asajeffrey
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo committed Jul 1, 2016
2 parents 4f81384 + 50096c2 commit 0ae07e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/servo.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0ae07e0

Please sign in to comment.