X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5dba028aa529ef4426f08e5e0e8a1c1e8a49b8a7..03f72c5fb0bb9b9997b0433d472752c3afe2468c:/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css diff --git a/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css b/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css index 6a4aca015..26680f8f0 100644 --- a/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css +++ b/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css @@ -1,6 +1,6 @@ /* LUFA Library - Copyright (C) Dean Camera, 2013. + Copyright (C) Dean Camera, 2019. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org @@ -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; } @@ -36,15 +36,15 @@ table { font-size: 10pt; } -table thead * { - background-color: #f0f0f0; +table thead { + background-color: #f4f4f4; } table thead th { padding: 5px; } -table th, td { +table tbody td { padding: 5px; }