mirror of
https://github.com/pure-css/pure
synced 2024-11-18 02:36:30 +01:00
fix typo and comment whitespace (#1109)
This commit is contained in:
parent
2f5a85f2ac
commit
95f08788b0
@ -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 {
|
||||
|
@ -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 */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user