Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/style/btl.css @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 510 bytes
Line 
1/* Copyright Gennadiy Rozental 2001-2005.
2 * Distributed under the Boost Software License, Version 1.0.
3 * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
4 */
5
6@import "btl-structure.css";
7@import "btl-headers.css";
8@import "btl-links.css";
9@import "btl-paragraphs.css";
10@import "btl-tables.css";
11@import "btl-code.css";
12
13SPAN.test-output
14{
15    font-family:    Arial; 
16    font-size:      12pt;
17    white-space:    nowrap
18}
19SPAN.current_article
20{
21    font-weight:    bold;
22}
Note: See TracBrowser for help on using the repository browser.