diff -r 932c358ece3e -r d8fccb2cd802 Orb/Doxygen/DITA/plugins/apiref/xsl/ibmapiref.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Orb/Doxygen/DITA/plugins/apiref/xsl/ibmapiref.css Fri Apr 23 20:47:58 2010 +0100 @@ -0,0 +1,48 @@ +/*** + * (C) Copyright IBM Corporation 2005 - 2006. All Rights Reserved. + ***/ +H4.sectiontitle { + font-size: smaller; +} +SPAN.platformSyntax { + color: black; +} +PRE.apiSyntaxText { + padding-left: 1.2em; +} +SPAN.itemname { + font-style: italic; +} +TABLE.itemdefs { + border-collapse: collapse; + padding: .1em; + border: 0; +} +TR.itemdefs { +} +TD.itemdefname { + padding-left: 1.2em; + padding-right: 1em; + patting-above: .33em; + text-align: right; + font-style: italic; +} +TD.itemdefnote { +} +TR.platformItem TD { + color: black; +} +SPAN.platformItem { + color: black; +} +P.platformExample { + padding-left: 1.2em; + padding-bottom: 0em; + margin-bottom: 0em; + font-weight: bold; + font-size: smaller; + color: black; +} +DIV.example PRE { + padding-left: 1.2em; +}