diff options
| author | Mark Otto <[email protected]> | 2012-12-05 11:06:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-05 11:06:16 -0800 |
| commit | 306c1b49147c388b7c458a939989bf33d464a69d (patch) | |
| tree | 016f88d579fb384e793e67cab07276a5a710b35d /less | |
| parent | ed74992853054c57f33ef5d21941f0869e287552 (diff) | |
| download | bootstrap-306c1b49147c388b7c458a939989bf33d464a69d.tar.xz bootstrap-306c1b49147c388b7c458a939989bf33d464a69d.zip | |
Remove commented out old popover CSS
Diffstat (limited to 'less')
| -rw-r--r-- | less/popovers.less | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/less/popovers.less b/less/popovers.less index 4a23fad0f..b5b2a7eb5 100644 --- a/less/popovers.less +++ b/less/popovers.less @@ -126,62 +126,4 @@ } } - - -/* - &.top .arrow { - bottom: -@popoverArrowWidth; - left: 50%; - margin-left: -@popoverArrowWidth; - border-width: @popoverArrowWidth @popoverArrowWidth 0; - //border-top-color: @popoverArrowColor; - border-top-color: blue; - &:after { - border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth 0; - //border-top-color: @popoverArrowOuterColor; - border-top-color: red; - top: -@popoverArrowWidth; - //bottom: -1px; - left: -@popoverArrowOuterWidth; - } - } - &.right .arrow { - top: 50%; - left: -@popoverArrowWidth; - margin-top: -@popoverArrowWidth; - border-width: @popoverArrowWidth @popoverArrowWidth @popoverArrowWidth 0; - border-right-color: @popoverArrowColor; - &:after { - border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth @popoverArrowOuterWidth 0; - border-right-color: @popoverArrowOuterColor; - bottom: -@popoverArrowOuterWidth; - left: -1px; - } - } - &.bottom .arrow { - top: -@popoverArrowWidth; - left: 50%; - margin-left: -@popoverArrowWidth; - border-width: 0 @popoverArrowWidth @popoverArrowWidth; - border-bottom-color: @popoverArrowColor; - &:after { - border-width: 0 @popoverArrowOuterWidth @popoverArrowOuterWidth; - border-bottom-color: @popoverArrowOuterColor; - top: -1px; - left: -@popoverArrowOuterWidth; - } - } - &.left .arrow { - top: 50%; - right: -@popoverArrowWidth; - margin-top: -@popoverArrowWidth; - border-width: @popoverArrowWidth 0 @popoverArrowWidth @popoverArrowWidth; - border-left-color: @popoverArrowColor; - &:after { - border-width: @popoverArrowOuterWidth 0 @popoverArrowOuterWidth @popoverArrowOuterWidth; - border-left-color: @popoverArrowOuterColor; - bottom: -@popoverArrowOuterWidth; - right: -1px; - } - }*/ } |
