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:
authorMark Otto <markotto@twitter.com>2012-07-06 02:15:57 +0400
committerMark Otto <markotto@twitter.com>2012-07-06 02:15:57 +0400
commit68146db00454b46493545aff34d06cf2c11e0f6d (patch)
treef2a9ddc882b449755dd1d5f8e10b4cf3aac12200 /less
parent3c07eaa251b73e6c5eff4b56e074c54708a4b4ba (diff)
buttons and pre updates for font-size
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less2
-rw-r--r--less/variables.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less
index c46b7cf3e2..b48b0555b8 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -10,7 +10,7 @@
.btn {
display: inline-block;
.ie7-inline-block();
- padding: 4px 10px 4px;
+ padding: 4px 14px 4px;
margin-bottom: 0; // For input.btn
font-size: @baseFontSize;
line-height: @baseLineHeight;
diff --git a/less/variables.less b/less/variables.less
index 9a3e0ed4e3..bc8ff4bed9 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -46,7 +46,7 @@
// -------------------------
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
-@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
+@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;
@baseFontSize: 14px;
@baseFontFamily: @sansFontFamily;