summaryrefslogtreecommitdiff
path: root/readable/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'readable/bootstrap.css')
-rw-r--r--readable/bootstrap.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/readable/bootstrap.css b/readable/bootstrap.css
index 4b9d1c66..75512104 100644
--- a/readable/bootstrap.css
+++ b/readable/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: 59px;
+ height: 57px;
padding: 14px 16px;
font-size: 20px;
line-height: 1.33;
@@ -2153,8 +2153,8 @@ textarea.input-sm {
}
select.input-lg {
- height: 59px;
- line-height: 59px;
+ height: 57px;
+ line-height: 57px;
}
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: 59px;
+ height: 57px;
padding: 14px 16px;
font-size: 20px;
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: 59px;
- line-height: 59px;
+ height: 57px;
+ line-height: 57px;
}
textarea.input-group-lg > .form-control,