| 1234567891011121314151617181920212223242526272829303132 |
- // This file is part of the DITA Open Toolkit project.
- //
- // Copyright 2016 Eero Helenius
- //
- // See the accompanying LICENSE file for applicable license.
- // block
- .msgblock {
- }
- // inline
- .cmdname {
- }
- .filepath {
- font-family: monospace;
- }
- .msgnum {
- }
- .msgph {
- }
- .systemoutput {
- }
- .userinput {
- }
- .varname {
- }
|