fix typo and comment whitespace (#1109)

This commit is contained in:
Mike Casebolt 2023-01-21 21:47:41 -08:00 committed by GitHub
parent 2f5a85f2ac
commit 95f08788b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ html {
}
/**
* Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
* Add this class to an image to make it fit within its fluid parent wrapper while maintaining
* aspect ratio.
*/
.pure-img {

View File

@ -15,11 +15,11 @@
.pure-table td,
.pure-table th {
border-left: 1px solid #cbcbcb;/* inner column border */
border-left: 1px solid #cbcbcb; /* inner column border */
border-width: 0 0 0 1px;
font-size: inherit;
margin: 0;
overflow: visible; /*to make ths where the title is really long work*/
overflow: visible; /* to make this where the title is really long work */
padding: 0.5em 1em; /* cell padding */
}