diff options
| author | Mark Otto <[email protected]> | 2013-03-14 23:01:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-14 23:01:23 -0700 |
| commit | ecfdecea00eb5ee398814cdc2d5e8469e90ae1e4 (patch) | |
| tree | 56a7bae8feaadabbb3120a636aaa805a4105b053 /less/type.less | |
| parent | 4c0719ea5f11aae5ec825229ee6e7143bbae4432 (diff) | |
| download | bootstrap-ecfdecea00eb5ee398814cdc2d5e8469e90ae1e4.tar.xz bootstrap-ecfdecea00eb5ee398814cdc2d5e8469e90ae1e4.zip | |
Use translucent box shadow on hr elements; colorize hr elements within alert components
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
