diff options
| author | Mark Otto <[email protected]> | 2015-04-16 17:10:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 17:10:47 -0700 |
| commit | 36e4cd0287a275aefff60cd75c475ff7c0021247 (patch) | |
| tree | 639ab6626f399a5b13413b8b759b811f6fcb3f37 /scss/_type.scss | |
| parent | cd3bc6a089b03969a2a98136e610bc07e02c6c9d (diff) | |
| download | bootstrap-36e4cd0287a275aefff60cd75c475ff7c0021247.tar.xz bootstrap-36e4cd0287a275aefff60cd75c475ff7c0021247.zip | |
Move .img- classes to new _images.scss; move hr to _type.scss
Diffstat (limited to 'scss/_type.scss')
| -rw-r--r-- | scss/_type.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scss/_type.scss b/scss/_type.scss index 5bbbf5873..dbd30e4f2 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -65,6 +65,17 @@ p { } +// Horizontal rules +// ------------------------- + +hr { + margin-top: $spacer; + margin-bottom: $spacer; + border: 0; + border-top: .0625rem solid $hr-border; +} + + // Emphasis & misc // ------------------------- |
