Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6c632d9

Browse files
logeshpaulNarretz
authored andcommitted
docs(*): definition list readability improvement
Closes #11398 Closes #11187
1 parent feeea8a commit 6c632d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/app/assets/css/docs.css

+6
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,12 @@ ul.events > li {
583583
margin-bottom:40px;
584584
}
585585

586+
.definition-table td {
587+
padding: 8px;
588+
border: 1px solid #eee;
589+
vertical-align: top;
590+
}
591+
586592
@media only screen and (min-width: 769px) and (max-width: 991px) {
587593
.main-body-grid {
588594
margin-top: 160px;

src/jqLite.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* - [`children()`](http://api.jquery.com/children/) - Does not support selectors
5656
* - [`clone()`](http://api.jquery.com/clone/)
5757
* - [`contents()`](http://api.jquery.com/contents/)
58-
* - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()`. As a setter, does not convert numbers to strings and append 'px'.
58+
* - [`css()`](http://api.jquery.com/css/) - Only retrieves inline-styles, does not call `getComputedStyle()`. As a setter, does not convert numbers to strings or append 'px'.
5959
* - [`data()`](http://api.jquery.com/data/)
6060
* - [`detach()`](http://api.jquery.com/detach/)
6161
* - [`empty()`](http://api.jquery.com/empty/)

0 commit comments

Comments
 (0)