mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:09:52 +02:00
Increase font sizes of Parameters and Example headings and example code
This commit is contained in:
parent
77fcda90c8
commit
d02a111e69
1 changed files with 5 additions and 5 deletions
|
@ -96,7 +96,7 @@ h6
|
||||||
|
|
||||||
.paramHeading, .typeDef h3.propsHeading, h3.subHeading
|
.paramHeading, .typeDef h3.propsHeading, h3.subHeading
|
||||||
{
|
{
|
||||||
font-size: .9rem;
|
font-size: 1rem;
|
||||||
font-family: "Proxima Nova";
|
font-family: "Proxima Nova";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: solid 1px #ddd;
|
border-bottom: solid 1px #ddd;
|
||||||
|
@ -108,9 +108,9 @@ h4.name
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5, .container-overview .subsection-title
|
h5, .container-overview .subsection-title {
|
||||||
{
|
font-size: 1rem;
|
||||||
font-size: 13px;
|
font-family: "Proxima Nova";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
@ -546,7 +546,7 @@ header {
|
||||||
|
|
||||||
.prettyprint code
|
.prettyprint code
|
||||||
{
|
{
|
||||||
font-size: 0.9em;
|
font-size: .95em;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
|
|
Loading…
Reference in a new issue