diff options
| author | Mark Otto <[email protected]> | 2011-07-01 22:21:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-07-01 22:21:49 -0700 |
| commit | 5992b4e0af8b65ecbd429ccb4c6809aaa50edbd9 (patch) | |
| tree | 8ba885b38a3beae6ef96040cb0da9fb7840df64e /lib/patterns.less | |
| parent | 189d11593fc9db2baa89d29531218abc757ed5c7 (diff) | |
| download | bootstrap-5992b4e0af8b65ecbd429ccb4c6809aaa50edbd9.tar.xz bootstrap-5992b4e0af8b65ecbd429ccb4c6809aaa50edbd9.zip | |
spacing fixes
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index af3354700..e966253f1 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -540,8 +540,8 @@ div.twipsy { } &.below { .twipsy-arrow { - top:0; - left:50%; + top: 0; + left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; @@ -564,7 +564,7 @@ div.twipsy { color: white; text-align: center; max-width: 200px; - text-decoration:none; + text-decoration: none; .border-radius(4px); } .twipsy-arrow { |
