source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Doc/Help/Styles/syntax.css@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 275 bytes
Line 
1
2/* syntax styles */
3
4div.code span.identifier {
5 font-weight: bold;
6}
7
8div.code span.keyword {
9 color: #0000ff;
10}
11
12div.code span.parameter {
13 font-style: italic;
14}
15
16div.code span.literal {
17 color: #a31515;
18}
19
20div.code span.comment {
21 color: #007f00;
22}
Note: See TracBrowser for help on using the repository browser.