Skip to content

Commit

Permalink
Update "embedded" section. #88
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Oct 24, 2016
1 parent 290d3f2 commit 0dcebf6
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion fork-versions/default/_normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ audio:not([controls]) {
}

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/

img {
Expand Down
2 changes: 1 addition & 1 deletion fork-versions/deprecated-compass/_normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ audio:not([controls]) {
}

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/

img {
Expand Down
4 changes: 2 additions & 2 deletions fork-versions/typey-chroma-kss/base/embedded/_embedded.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ audio {
display: inline-block;
}

// Add the correct display and remove excess height in iOS 4-7.
// Add the correct display in iOS 4-7.
audio:not([controls]) {
display: none;
height: 0;
Expand All @@ -28,7 +28,7 @@ audio:not([controls]) {
// Style guide: base.embedded.img

img {
// Remove the border on images inside links in IE <11.
// Remove the border on images inside links in IE 10-.
border-style: none;
}

Expand Down
2 changes: 1 addition & 1 deletion fork-versions/typey/_normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ audio:not([controls]) {
}

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/

img {
Expand Down
6 changes: 3 additions & 3 deletions sass/normalize/_normalize-mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
========================================================================== */

/**
* Add the correct display in IE <10.
* Add the correct display in IE 9-.
*/

audio,
Expand All @@ -376,7 +376,7 @@
}

/**
* Add the correct display and remove excess height in iOS 4-7.
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
Expand All @@ -385,7 +385,7 @@
}

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/

img {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/fork-versions/default/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ audio:not([controls]) {
height: 0; }

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/fork-versions/deprecated-compass/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ audio:not([controls]) {
height: 0; }

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/fork-versions/typey/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ audio:not([controls]) {
height: 0; }

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
Expand Down
6 changes: 3 additions & 3 deletions test/fixtures/import-now/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,21 @@ sup {
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE <10.
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }

/**
* Add the correct display and remove excess height in iOS 4-7.
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
Expand Down
6 changes: 3 additions & 3 deletions test/fixtures/normalize/exclude-single/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,21 @@ sup {
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE <10.
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }

/**
* Add the correct display and remove excess height in iOS 4-7.
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
Expand Down
6 changes: 3 additions & 3 deletions test/fixtures/normalize/exclude-string/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,21 @@ sup {
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE <10.
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }

/**
* Add the correct display and remove excess height in iOS 4-7.
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
Expand Down
6 changes: 3 additions & 3 deletions test/fixtures/variables/default/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,21 @@ sup {
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE <10.
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }

/**
* Add the correct display and remove excess height in iOS 4-7.
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
Expand Down
6 changes: 3 additions & 3 deletions test/fixtures/variables/font/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,21 +248,21 @@ sup {
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE <10.
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }

/**
* Add the correct display and remove excess height in iOS 4-7.
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
Expand Down
6 changes: 3 additions & 3 deletions test/fixtures/variables/indent-amount/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,21 +248,21 @@ sup {
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE <10.
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block; }

/**
* Add the correct display and remove excess height in iOS 4-7.
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }

/**
* Remove the border on images inside links in IE <11.
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
Expand Down

0 comments on commit 0dcebf6

Please sign in to comment.