"gulp-sourcemaps": "^1.6.0",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^3.2.0",
- "inky": "zurb/inky#fix-character-escaping",
+ "inky": "zurb/inky#brandonbarringer-hr",
"lazypipe": "^1.0.1",
"motion-ui": "^1.1.1",
"multiline": "^1.0.2",
/// Default border for a divider.
/// @type List
-$hr-border: 1px solid $medium-gray !default;
+$hr-border: 1px solid $black !default;
/// Default margin for a divider.
/// @type Number | List
}
// Horizontal rule
-
-hr {
- max-width: $hr-width;
- height: 0;
- border-right: 0;
- border-top: 0;
- border-bottom: $hr-border;
- border-left: 0;
- margin: $hr-margin;
- Margin: $hr-margin;
- clear: both;
+table.hr {
+ width: 100%;
+
+ th {
+ height: 0;
+ max-width: $hr-width;
+ border-top: 0;
+ border-right: 0;
+ border-bottom: $hr-border;
+ border-left: 0;
+ margin: $hr-margin;
+ Margin: $hr-margin;
+ clear: both;
+ }
}
// Use to style a large number to display a statistic
visibility: hidden;
mso-hide: all !important;
font-size: 1px;
- color: $body-background; // needs to match background color
+ color: $body-background; // needs to match background color of it's container
line-height: 1px;
max-height: 0px;
max-width: 0px;
opacity: 0;
overflow: hidden;
-}
-
-
+}
\ No newline at end of file