Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/avrdude/atmel-docs/EDBG/common/css/print.css')
-rw-r--r--src/avrdude/atmel-docs/EDBG/common/css/print.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/avrdude/atmel-docs/EDBG/common/css/print.css b/src/avrdude/atmel-docs/EDBG/common/css/print.css
new file mode 100644
index 000000000..a52a074e7
--- /dev/null
+++ b/src/avrdude/atmel-docs/EDBG/common/css/print.css
@@ -0,0 +1,28 @@
+body {
+ color : #000000 !important;
+ background : #ffffff !important;
+ font-family : "Times New Roman", Times, serif !important;
+ font-size : 12pt !important;
+}
+
+#sidebar, #sidebar-resizer, #header-resizer, #header { display: none !important;}
+
+#content {
+ position: absolute !important;
+ margin: 0px !important;
+ left: 0px !important;
+ right: auto !important;
+ top: 0px !important;
+ height: auto !important;
+ overflow: visible !important;
+ overflow-x: visible !important;
+ border-left: 0px solid #000000 !important;
+}
+
+.ui-layout-container {
+ overflow: visible !important;
+}
+
+.mediaobject {
+ text-align: left !important;
+} \ No newline at end of file