Last change
on this file since 29 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
812 bytes
|
Line | |
---|
1 | /* |
---|
2 | #// Copyright Thorsten Ottosen 2003-2005. Use, modification and |
---|
3 | #// distribution is subject to the Boost Software License, Version |
---|
4 | #// 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
---|
5 | #// http://www.boost.org/LICENSE_1_0.txt) |
---|
6 | */ |
---|
7 | |
---|
8 | pre{ |
---|
9 | BORDER-RIGHT: gray 1pt solid; |
---|
10 | PADDING-RIGHT: 2pt; |
---|
11 | BORDER-TOP: gray 1pt solid; |
---|
12 | DISPLAY: block; |
---|
13 | PADDING-LEFT: 2pt; |
---|
14 | PADDING-BOTTOM: 2pt; |
---|
15 | BORDER-LEFT: gray 1pt solid; |
---|
16 | MARGIN-RIGHT: 32pt; |
---|
17 | PADDING-TOP: 2pt; |
---|
18 | BORDER-BOTTOM: gray 1pt solid; |
---|
19 | FONT-FAMILY: "Courier New", Courier, mono; |
---|
20 | background-color: #EEEEEE; |
---|
21 | } |
---|
22 | |
---|
23 | |
---|
24 | .keyword{color: #0000FF;} |
---|
25 | .identifier{} |
---|
26 | .comment{font-style: italic; color: #008000;} |
---|
27 | .special{color: #800040;} |
---|
28 | .preprocessor{color: #3F007F;} |
---|
29 | .string{font-style: italic; color: #666666;} |
---|
30 | .literal{font-style: italic; color: #666666;} |
---|
Note: See
TracBrowser
for help on using the repository browser.