diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/scaffolding.less | 12 | ||||
| -rw-r--r-- | less/type.less | 9 |
2 files changed, 12 insertions, 9 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index 88b6c7c6e..8fc3a2360 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -81,3 +81,15 @@ img { .img-circle { border-radius: 500px; // crank the border-radius so it works with most reasonably sized images } + + +// Horizontal rules +// ------------------------- + +hr { + margin-top: @line-height-computed; + margin-bottom: @line-height-computed; + border: 0; + border-top: 1px solid @hr-border; +} + diff --git a/less/type.less b/less/type.less index 9892d5589..2f1f42ee3 100644 --- a/less/type.less +++ b/less/type.less @@ -164,15 +164,6 @@ dd { // MISC // ---- -// Horizontal rules -hr { - margin: @line-height-computed 0; - border: 0; - border-top: 1px solid @hr-border; - border-bottom: 1px solid #fff; - border-bottom: 1px solid rgba(255,255,255,.5); -} - // Abbreviations and acronyms abbr[title], // Added data-* attribute to help out our tooltip plugin, per https://github.com/twitter/bootstrap/issues/5257 |
