2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-31 08:42:24 +00:00
Files
website/style/css_0/section-map.css
Rene Rivera 5c23788da0 *** empty log message ***
[SVN r66]
2006-02-08 04:59:40 +00:00

56 lines
1.1 KiB
CSS

/*
Copyright 2005 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
/* Heading, title and logo. */
li#map-section-tab {
background: #2070A0;
}
li#map-section-tab a {
border: #BBBBBB 1px solid; border-top: none;
}
/* Site map index. */
#site-map-section-boost,
#site-map-section-community,
#site-map-section-development,
#site-map-section-support
{
width: 50%;
float: left;
}
#site-map-section-boost,
#site-map-section-development
{
clear: left;
}
#content #site-map * {
margin: 0em;
padding: 0em;
text-indent: 0em;
background: none;
}
#content #site-map .link {
display: none;
}
#content #site-map ul {
}
#content #site-map ul li {
}
#content #site-map ul li h4 * {
font-weight: bold;
}
#content #site-map ul li h3 {
font-weight: normal;
font-size: 100%;
}
#content #site-map ul li ul {
margin: 0em 1em 1em 0em;
}
#content #site-map ul li ul li ul {
margin: 0em 0em 0em 0em;
}
#content #site-map ul li ul li ul li {
margin: 0em 0em 0em 1em;
}