mirror of
https://github.com/overte-org/overte.git
synced 2025-06-15 17:59:16 +02:00
DOC-148: Increase size of monospace type
This commit is contained in:
parent
d8c655a151
commit
b8b7dbf681
1 changed files with 4 additions and 4 deletions
|
@ -129,7 +129,6 @@ table {
|
||||||
thead {
|
thead {
|
||||||
border-color: #d8e1d9;
|
border-color: #d8e1d9;
|
||||||
background:#d8e1d9;
|
background:#d8e1d9;
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table tr {
|
table tr {
|
||||||
|
@ -147,6 +146,7 @@ td {
|
||||||
article table thead tr th, article table tbody tr td, article table tbody tr td p {
|
article table thead tr th, article table tbody tr td, article table tbody tr td p {
|
||||||
font-size: .89rem;
|
font-size: .89rem;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
article table thead tr th, article table tbody tr td {
|
article table thead tr th, article table tbody tr td {
|
||||||
|
@ -380,12 +380,12 @@ nav > h2 > a {
|
||||||
|
|
||||||
tt, code, kbd, samp {
|
tt, code, kbd, samp {
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', monospace;
|
font-family: Consolas, Monaco, 'Andale Mono', monospace;
|
||||||
font-size: 0.9rem;
|
font-size: 1.05em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name, .signature {
|
.name, .signature {
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', monospace;
|
font-family: Consolas, Monaco, 'Andale Mono', monospace;
|
||||||
font-size: 0.9rem;
|
font-size: 1.05em;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -538,7 +538,7 @@ header {
|
||||||
|
|
||||||
.prettyprint code
|
.prettyprint code
|
||||||
{
|
{
|
||||||
font-size: 0.7rem;
|
font-size: 0.9em;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
|
|
Loading…
Reference in a new issue