blob: 43f79e0644774c340dc03e4bb6121b643fa9deaa (
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
29
30
31
32
33
34
35
36
|
// Styles specifically for the print version of the pro user guide
body {
font-size: 12pt;
}
.boolean-icon {
text-indent: 0 !important;
width: auto !important;
height: auto !important;
background-image: none !important;
}
.user-guide-title {
margin-top: 5em;
}
.user-guide-section {
page-break-before: always;
img {
max-width: 60% !important;
}
}
.admin-task {
page-break-inside: avoid;
h3 {
border-bottom: 1px solid #ddd;
}
}
.admin-screenshot {
margin-top: 1em;
margin-bottom: 2em;
}
|