aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-05 14:21:05 -0500
committerMark Otto <[email protected]>2013-07-05 14:21:05 -0500
commit61823dbff1377443203f6ef6a98b8202b57abb29 (patch)
treef1a87a8f7e2b0a6d166a9930b2c7ff3d333dc906 /less/type.less
parent88a266b800a74b8445d06ac2fcb70ab97f035dfd (diff)
downloadbootstrap-61823dbff1377443203f6ef6a98b8202b57abb29.tar.xz
bootstrap-61823dbff1377443203f6ef6a98b8202b57abb29.zip
Move `hr` to scaffolding.less (out of type.less) and simplify styles
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less9
1 files changed, 0 insertions, 9 deletions
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