Add signed Atmel Studio libUSB driver for the AVR-ISP MKII Clone.
[pub/USBasp.git] / LUFA / StudioIntegration / HV1 / lufa_studio_help_styling.css
index cfc835e..ea2f34e 100644 (file)
@@ -1,23 +1,31 @@
+/*\r
+             LUFA Library\r
+     Copyright (C) Dean Camera, 2016.\r
+\r
+  dean [at] fourwalledcubicle [dot] com\r
+           www.lufa-lib.org\r
+*/\r
+\r
 .programlisting {\r
        display: block;\r
        margin-left: 15px;\r
        padding: 10px;\r
-       background-color: #f0f0f0;\r
+       background-color: #f4f4f4;\r
        border: 1px solid #aaaaaa;\r
        font-family: "Consolas", "Courier New", sans-serif;\r
  }\r
 \r
  code {\r
-       background-color: #f0f0f0;\r
+       background-color: #f4f4f4;\r
        font-family: "Consolas", "Courier New", sans-serif;\r
  }\r
 \r
-.note {\r
+.note, .warning, .tip {\r
        display: block;\r
        margin-left: 15px;\r
        padding-left: 10px;\r
        padding-bottom: 5px;\r
-       background-color: #f0f0f0;\r
+       background-color: #f4f4f4;\r
        border: 1px solid #aaaaaa;\r
 }\r
 \r
@@ -28,15 +36,15 @@ table {
        font-size: 10pt;\r
 }\r
 \r
-table thead {\r
-       background-color: #f0f0f0;\r
+table thead {\r
+       background-color: #f4f4f4;\r
 }\r
 \r
 table thead th {\r
        padding: 5px;\r
 }\r
 \r
-table th, td {\r
+table tbody td {\r
        padding: 5px;\r
 }\r
 \r