Skip to main content
summaryrefslogtreecommitdiffstats
blob: baf6127928a11455c7b3c4016c57ba4863aa01d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import "../../../PRODUCT_PLUGIN/book.css";

span.control, span.gui-object-action, p.subhead2, span.bold, p.notep1 {
  font-weight: bold;
}

span.name, p.titleinfigure, span.italic {
  font-style: italic;
}

p.titleinfigure, p.subhead2 {
  padding-top: 10px;
}

span.code {
  font-family: monospace;
}

span.copyrightlogo {font-size: 0.8em}

.footer {margin-top: 2em;border-top:1px solid #cccccc;padding-top:1em;}

Back to the top