Update test fixtures with new css

This commit is contained in:
AlexVipond 2019-06-28 10:32:38 -06:00
parent 2304f64119
commit 3c2f7c81be
2 changed files with 16 additions and 0 deletions

View File

@ -456,6 +456,14 @@ html {
border-color: #e2e8f0;
}
/*
* Ensure horizontal rules are visible by default
*/
hr {
border-width: 1px;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.

View File

@ -456,6 +456,14 @@ html {
border-color: #e2e8f0;
}
/*
* Ensure horizontal rules are visible by default
*/
hr {
border-width: 1px;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.