diff --git a/src/base/css/base.css b/src/base/css/base.css index 3355e91..be68d30 100644 --- a/src/base/css/base.css +++ b/src/base/css/base.css @@ -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 { diff --git a/src/tables/css/tables.css b/src/tables/css/tables.css index 4f2f895..720a1cd 100644 --- a/src/tables/css/tables.css +++ b/src/tables/css/tables.css @@ -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 */ }