diff options
| author | Mark Otto <[email protected]> | 2013-05-07 23:43:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-07 23:43:51 -0700 |
| commit | f03d3371513640724a88febc531f790947f68cf3 (patch) | |
| tree | ff2e57d72c64c213aef6e329adb6f78f74b187c3 | |
| parent | c459c657f8e10ae1af6378114f4943104597c590 (diff) | |
| download | bootstrap-f03d3371513640724a88febc531f790947f68cf3.tar.xz bootstrap-f03d3371513640724a88febc531f790947f68cf3.zip | |
indentation fix
| -rw-r--r-- | less/popovers.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/popovers.less b/less/popovers.less index fb16d79d6..b3399fa34 100644 --- a/less/popovers.less +++ b/less/popovers.less @@ -15,7 +15,7 @@ background-color: @popover-bg; -webkit-bg-clip: padding-box; -moz-bg-clip: padding; - background-clip: padding-box; + background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; |
