forked from mfulz_github/qmk_firmware
Style improvements in the Atmel Studio Getting Started HTML page.
This commit is contained in:
parent
1352ebe568
commit
61d1be0cb2
|
@ -29,7 +29,7 @@
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
border: 1px solid #DDC;
|
border: 1px solid #D3CAC1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header
|
#header
|
||||||
|
@ -62,14 +62,17 @@
|
||||||
|
|
||||||
#content p
|
#content p
|
||||||
{
|
{
|
||||||
line-height: 1.4em;
|
padding: 0.2em 0 1.2em 0;
|
||||||
padding: 0.2em 0 1.2em;
|
|
||||||
font: normal 1em "Georgia", sans-serif;
|
font: normal 1em "Georgia", sans-serif;
|
||||||
|
line-height: 140%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content tt
|
#content tt
|
||||||
{
|
{
|
||||||
font: normal 1em "Consolas", sans-serif;
|
font: normal .9em "Consolas", sans-serif;
|
||||||
|
background-color: #D3CAC1;
|
||||||
|
padding: 0 0.2em 0 0.2em;
|
||||||
|
border: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content h1
|
#content h1
|
||||||
|
|
Loading…
Reference in New Issue