summaryrefslogtreecommitdiff
path: root/cerulean/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'cerulean/bootstrap.css')
-rw-r--r--cerulean/bootstrap.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/cerulean/bootstrap.css b/cerulean/bootstrap.css
index d20aa574..97a4d897 100644
--- a/cerulean/bootstrap.css
+++ b/cerulean/bootstrap.css
@@ -759,7 +759,7 @@ code,
kbd,
pre,
samp {
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
@@ -2143,7 +2143,7 @@ textarea.input-sm {
}
.input-lg {
- height: 56px;
+ height: 54px;
padding: 14px 16px;
font-size: 18px;
line-height: 1.33;
@@ -2151,8 +2151,8 @@ textarea.input-sm {
}
select.input-lg {
- height: 56px;
- line-height: 56px;
+ height: 54px;
+ line-height: 54px;
}
textarea.input-lg {
@@ -4092,7 +4092,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;
@@ -4102,8 +4102,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,