mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
changing font sizes to ems, so fonts scale a bit more gracefully
This commit is contained in:
20
app/assets/stylesheets/vendor/bootstrap.scss
vendored
20
app/assets/stylesheets/vendor/bootstrap.scss
vendored
@@ -169,7 +169,7 @@ body {
|
||||
}
|
||||
|
||||
p, pre, li, ul {
|
||||
font-size: 14px;
|
||||
font-size: 1em;
|
||||
}
|
||||
p {
|
||||
line-height: 20px;
|
||||
@@ -186,25 +186,25 @@ body {
|
||||
color: inherit;
|
||||
}
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
font-size: 2.143em;
|
||||
line-height: 36px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
font-size: 1.714em;
|
||||
line-height: 36px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
font-size: 1.286em;
|
||||
line-height: 27px;
|
||||
}
|
||||
h4, h5, h6 {
|
||||
line-height: 18px;
|
||||
}
|
||||
h4 {
|
||||
font-size: 14px;
|
||||
font-size: 1em;
|
||||
}
|
||||
h5 {
|
||||
font-size: 12px;
|
||||
font-size: 0.857em;
|
||||
}
|
||||
h6 {
|
||||
font-size: 11px;
|
||||
@@ -226,7 +226,7 @@ body {
|
||||
margin: 0 0 18px;
|
||||
}
|
||||
label, input, button, select, textarea {
|
||||
font-size: 13px;
|
||||
font-size: 0.929em;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
}
|
||||
@@ -241,7 +241,7 @@ body {
|
||||
display: inline-block;
|
||||
padding: 4px;
|
||||
margin-bottom: 9px;
|
||||
font-size: 13px;
|
||||
font-size: 0.929em;
|
||||
line-height: 18px;
|
||||
color: #555555;
|
||||
}
|
||||
@@ -251,7 +251,7 @@ body {
|
||||
height: 18px;
|
||||
padding: 4px;
|
||||
margin-bottom: 9px;
|
||||
font-size: 13px;
|
||||
font-size: 0.929em;
|
||||
line-height: 18px;
|
||||
color: #555555;
|
||||
}
|
||||
@@ -580,7 +580,7 @@ body {
|
||||
.alert {
|
||||
.close {
|
||||
float: right;
|
||||
font-size: 20px;
|
||||
font-size: 1.429em;
|
||||
font-weight: bold;
|
||||
line-height: 18px;
|
||||
color: black;
|
||||
|
||||
Reference in New Issue
Block a user