aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-27 10:03:02 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-27 10:03:02 +0000
commitd3cee5160b3c3ee13ae1b7fa1088686172fe1ad6 (patch)
treee3ab52893f125950bdebee24ad10fd6678e323e0 /LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css
parent5cfa1c37c685809c7bf1e9aeb10d069cb90f49bb (diff)
downloadlufa-d3cee5160b3c3ee13ae1b7fa1088686172fe1ad6.tar.gz
lufa-d3cee5160b3c3ee13ae1b7fa1088686172fe1ad6.tar.bz2
lufa-d3cee5160b3c3ee13ae1b7fa1088686172fe1ad6.zip
Enable full Doxygen backed syntax highlighting in the Atmel Studio integrated help output.
Diffstat (limited to 'LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css')
-rw-r--r--LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css b/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css
index 6a4aca015..f38718f89 100644
--- a/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css
+++ b/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css
@@ -10,13 +10,13 @@
display: block;
margin-left: 15px;
padding: 10px;
- background-color: #f0f0f0;
+ background-color: #f4f4f4;
border: 1px solid #aaaaaa;
font-family: "Consolas", "Courier New", sans-serif;
}
code {
- background-color: #f0f0f0;
+ background-color: #f4f4f4;
font-family: "Consolas", "Courier New", sans-serif;
}
@@ -25,7 +25,7 @@
margin-left: 15px;
padding-left: 10px;
padding-bottom: 5px;
- background-color: #f0f0f0;
+ background-color: #f4f4f4;
border: 1px solid #aaaaaa;
}
@@ -37,7 +37,7 @@ table {
}
table thead * {
- background-color: #f0f0f0;
+ background-color: #f4f4f4;
}
table thead th {