Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/iostreams/doc/tree/tree.css @ 29

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: 846 bytes
Line 
1/*
2 * (C) Copyright Jonathan Turkanis 2003.
3 * Distributed under the Boost Software License, Version 1.0. (See accompanying
4 * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
5 */
6
7BODY { padding:5; margin:5 }
8HR { width:95%; text-align:center }
9DIV.tree-item { font-family:"Times New Roman",serif }
10SPAN.tree-icon { color:#0000ee }
11A.tree-icon, A.tree-text { text-decoration:none }
12A.tree-text { color:#0000ee }
13A:visited.tree-text { color:#0000ee }
14.lib-name, .tree-caption
15{ 
16    margin-bottom:0;
17    font-size:108%;
18    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
19    text-align:center;
20    color:black
21}
22.tree-sync 
23{ 
24    font-size:10px;
25    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
26    text-decoration:none;
27    color:#0000ee 
28}
29P.tree-sync 
30{ 
31    text-align:center;
32    margin-bottom:1em
33}
Note: See TracBrowser for help on using the repository browser.