mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00: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.
|
* aspect ratio.
|
||||||
*/
|
*/
|
||||||
.pure-img {
|
.pure-img {
|
||||||
|
@ -15,11 +15,11 @@
|
|||||||
|
|
||||||
.pure-table td,
|
.pure-table td,
|
||||||
.pure-table th {
|
.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;
|
border-width: 0 0 0 1px;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
margin: 0;
|
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 */
|
padding: 0.5em 1em; /* cell padding */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user