aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 19:57:53 -0800
committerMark Otto <[email protected]>2012-01-27 19:57:53 -0800
commit0fa642291843fbeab66960c6fc635681c1241586 (patch)
treeeea465eb6e4ae74250a45a2d2af1906be4064d15 /less
parentd02c6957d44761c35121cb88af727802ce4d9e5e (diff)
downloadbootstrap-0fa642291843fbeab66960c6fc635681c1241586.tar.xz
bootstrap-0fa642291843fbeab66960c6fc635681c1241586.zip
icon spacing in small buttons and nav lists
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less2
-rw-r--r--less/navs.less3
2 files changed, 4 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less
index ec23781cc..1333592c2 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -107,7 +107,7 @@
line-height: @baseLineHeight - 2px;
}
&.small .icon {
- margin-top: -2px;
+ margin-top: -1px;
}
}
diff --git a/less/navs.less b/less/navs.less
index f1d5b565c..aa718cd74 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -54,6 +54,9 @@
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
background-color: @linkColor;
}
+.nav.list .icon {
+ margin-right: 2px;
+}