1 | /*
|
---|
2 | | This file is part of the DITA Open Toolkit project hosted on
|
---|
3 | | Sourceforge.net. See the accompanying license.txt file for
|
---|
4 | | applicable licenses.
|
---|
5 | */
|
---|
6 |
|
---|
7 | /*
|
---|
8 | | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
|
---|
9 | */
|
---|
10 |
|
---|
11 |
|
---|
12 | @import url(topic_classed.css);
|
---|
13 | /*
|
---|
14 | @import url(task.css);
|
---|
15 |
|
---|
16 | @import url(concept.css);
|
---|
17 |
|
---|
18 | @import url(reference.css);
|
---|
19 | */
|
---|
20 | @import url(domains_classed.css);
|
---|
21 |
|
---|
22 |
|
---|
23 | /* === support overrides and "delivery context" markup here === */
|
---|
24 |
|
---|
25 | /* revert the ph class */
|
---|
26 |
|
---|
27 | *[class~="topic\/xph"] {
|
---|
28 | color: black;
|
---|
29 | }
|
---|
30 |
|
---|
31 |
|
---|
32 | dita {
|
---|
33 | display: block;
|
---|
34 | }
|
---|
35 |
|
---|