aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-12 21:29:03 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-12 21:29:03 +0200
commit61d1be0cb29c020ebeff29d61d543e1831710b9f (patch)
treef86e3bce93d295480ab6f24b5b8607d98177b7b3 /LUFA/StudioIntegration
parent1352ebe568d228a1309e13a582d8d886cd6a10da (diff)
downloadlufa-61d1be0cb29c020ebeff29d61d543e1831710b9f.tar.gz
lufa-61d1be0cb29c020ebeff29d61d543e1831710b9f.tar.bz2
lufa-61d1be0cb29c020ebeff29d61d543e1831710b9f.zip
Style improvements in the Atmel Studio Getting Started HTML page.
Diffstat (limited to 'LUFA/StudioIntegration')
-rw-r--r--LUFA/StudioIntegration/VSIX/GettingStarted.htm11
1 files changed, 7 insertions, 4 deletions
diff --git a/LUFA/StudioIntegration/VSIX/GettingStarted.htm b/LUFA/StudioIntegration/VSIX/GettingStarted.htm
index e5e5edf66..ca230b09e 100644
--- a/LUFA/StudioIntegration/VSIX/GettingStarted.htm
+++ b/LUFA/StudioIntegration/VSIX/GettingStarted.htm
@@ -29,7 +29,7 @@
margin-top: 20px;
margin-left: auto;
margin-right: auto;
- border: 1px solid #DDC;
+ border: 1px solid #D3CAC1;
}
#header
@@ -62,14 +62,17 @@
#content p
{
- line-height: 1.4em;
- padding: 0.2em 0 1.2em;
+ padding: 0.2em 0 1.2em 0;
font: normal 1em "Georgia", sans-serif;
+ line-height: 140%;
}
#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