diff options
| author | Mark Otto <[email protected]> | 2013-06-25 17:11:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-25 17:11:31 -0700 |
| commit | cc43ba35d7c1bb4663a8aea4eb0ba3a97d782852 (patch) | |
| tree | 82b77a6a48e2d3c4a5d575651cc983a7ba854fa4 | |
| parent | 0f371d409f80248fad967e73629a918eda6aafcf (diff) | |
| parent | 8ee0e39ef9123c62bb0bf043fb7cecbd4dfbc00b (diff) | |
| download | bootstrap-cc43ba35d7c1bb4663a8aea4eb0ba3a97d782852.tar.xz bootstrap-cc43ba35d7c1bb4663a8aea4eb0ba3a97d782852.zip | |
Merge pull request #8301 from cvrebert/patch-3
Fix spelling in comment
| -rw-r--r-- | less/navs.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less index e5925bf63..d42ad3588 100644 --- a/less/navs.less +++ b/less/navs.less @@ -59,7 +59,7 @@ } } - // Redeclare pull classes because of specifity + // Redeclare pull classes because of specificity // Todo: consider making these utilities !important to avoid this bullshit > .pull-right { float: right; |
