Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorHenry Wong <henryw4k@gmail.com>2015-11-30 10:57:47 +0300
committerHenry Wong <henryw4k@gmail.com>2015-11-30 10:57:47 +0300
commit75ef0dd54975e96e530d5f085666a8b8399ce5b9 (patch)
tree6843078f50f0a5effd3b17308d5079fe388d824b /less
parentde0b881c47f062cef2cc002deadaf2f7f1b5483b (diff)
Clarifying the comment
Made comment more clear.
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 293245a650..7bbefede88 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -59,7 +59,7 @@
.border-right-radius(0);
}
}
-// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it
+// Need .dropdown-toggle since :last-child doesn't apply, given a .dropdown-menu is used immediately after it
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
.border-left-radius(0);