aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-15 22:10:05 -0800
committerMark Otto <[email protected]>2013-12-15 22:10:05 -0800
commitec261a83a565cfa13d436feebd7a67360a920e9a (patch)
tree07d3c1d6e4cac03165e58158a926466a299d5de9 /less/type.less
parentca14b9652cb1d1adb2561fac37db0bb75c3b5838 (diff)
parent05b0a74d9af87c468c227fd77d71bf237100668f (diff)
downloadbootstrap-ec261a83a565cfa13d436feebd7a67360a920e9a.tar.xz
bootstrap-ec261a83a565cfa13d436feebd7a67360a920e9a.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 9d032b268..5373975d2 100644
--- a/less/type.less
+++ b/less/type.less
@@ -126,7 +126,7 @@ cite { font-style: normal; }
// For now we'll leave these alongside the text classes until v4 when we can
// safely shift things around (per SemVer rules).
.bg-primary {
- // Given the contrast here, this is the only class to have it's color inverted
+ // Given the contrast here, this is the only class to have its color inverted
// automatically.
color: #fff;
background-color: @brand-primary;