summaryrefslogtreecommitdiff
path: root/united/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-12-11 14:04:56 -0500
committerThomas Park <thomas@thomaspark.me>2013-12-11 14:04:56 -0500
commitbbe67be6ca5acc2e8416947d457aa9a06ecb0471 (patch)
tree07717ab58270d7765e57d47466f146dc46808448 /united/bootstrap.css
parent14855508fb5d2a6219ea7dc0c9665a916719a7be (diff)
fixes #182, updates all variables.less files for 3.0.3
Diffstat (limited to 'united/bootstrap.css')
-rw-r--r--united/bootstrap.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/united/bootstrap.css b/united/bootstrap.css
index d54332d2..7a7be0a2 100644
--- a/united/bootstrap.css
+++ b/united/bootstrap.css
@@ -761,7 +761,7 @@ code,
kbd,
pre,
samp {
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
@@ -2145,7 +2145,7 @@ textarea.input-sm {
}
.input-lg {
- height: 56px;
+ height: 54px;
padding: 14px 16px;
font-size: 18px;
line-height: 1.33;
@@ -2153,8 +2153,8 @@ textarea.input-sm {
}
select.input-lg {
- height: 56px;
- line-height: 56px;
+ height: 54px;
+ line-height: 54px;
}
textarea.input-lg {
@@ -4094,7 +4094,7 @@ input[type="button"].btn-block {
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
- height: 56px;
+ height: 54px;
padding: 14px 16px;
font-size: 18px;
line-height: 1.33;
@@ -4104,8 +4104,8 @@ input[type="button"].btn-block {
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
- height: 56px;
- line-height: 56px;
+ height: 54px;
+ line-height: 54px;
}
textarea.input-group-lg > .form-control,