X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5dba028aa529ef4426f08e5e0e8a1c1e8a49b8a7..969120070c4940a8c317f4fe6c74b405fd495f08:/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..59be60a6f 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,14 +37,14 @@ table { } table thead * { - background-color: #f0f0f0; + background-color: #f4f4f4; } table thead th { padding: 5px; } -table th, td { +table tbody td { padding: 5px; }