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

print.css « css « common « EDBG « atmel-docs « avrdude « src - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a52a074e7420338dced4d89e945ad98e75bde18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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;
}