From 61d1be0cb29c020ebeff29d61d543e1831710b9f Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Sun, 12 May 2013 21:29:03 +0200
Subject: Style improvements in the Atmel Studio Getting Started HTML page.

---
 LUFA/StudioIntegration/VSIX/GettingStarted.htm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

(limited to 'LUFA')

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
-- 
cgit v1.2.3