Last change
on this file since 30 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
639 bytes
|
Line | |
---|
1 | /* Copyright David Abrahams 2006. Distributed under the Boost |
---|
2 | Software License, Version 1.0. (See accompanying |
---|
3 | file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
---|
4 | */ |
---|
5 | |
---|
6 | @import "../../../../rst.css"; |
---|
7 | |
---|
8 | div.section div.section div.section dl { |
---|
9 | margin-left: 2em; |
---|
10 | } |
---|
11 | |
---|
12 | td span { |
---|
13 | vertical-align: text-top; |
---|
14 | } |
---|
15 | |
---|
16 | img { |
---|
17 | border: none; |
---|
18 | vertical-align: middle |
---|
19 | } |
---|
20 | |
---|
21 | span.vellipsis { |
---|
22 | display: block; |
---|
23 | width: 5px; |
---|
24 | height: 22px; |
---|
25 | background: url("vellipsis.gif"); |
---|
26 | margin-left: 3em; |
---|
27 | text-indent: -1000px; |
---|
28 | } |
---|
29 | |
---|
30 | |
---|
31 | PRE |
---|
32 | { |
---|
33 | FONT-FAMILY: monospace ; |
---|
34 | } |
---|
35 | |
---|
36 | CODE |
---|
37 | { |
---|
38 | FONT-FAMILY: monospace; |
---|
39 | } |
---|
40 | .pre |
---|
41 | { |
---|
42 | FONT-FAMILY: monospace; |
---|
43 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.