From 61823dbff1377443203f6ef6a98b8202b57abb29 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 5 Jul 2013 14:21:05 -0500 Subject: Move `hr` to scaffolding.less (out of type.less) and simplify styles --- less/type.less | 9 --------- 1 file changed, 9 deletions(-) (limited to 'less/type.less') 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 -- cgit v1.2.3