From ecfdecea00eb5ee398814cdc2d5e8469e90ae1e4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 14 Mar 2013 23:01:23 -0700 Subject: Use translucent box shadow on hr elements; colorize hr elements within alert components --- less/type.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less/type.less') diff --git a/less/type.less b/less/type.less index 13625c949..03566ebef 100644 --- a/less/type.less +++ b/less/type.less @@ -178,6 +178,7 @@ hr { 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 -- cgit v1.2.3