2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-26 17:12:13 +00:00
Files
website/style/css_0/section-map.css
Rene Rivera 8c84dd5899 no message
[SVN r19]
2005-11-12 22:37:53 +00:00

49 lines
922 B
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: #000000;
}
li#map-section-tab a {
border: #BBBBBB 1px solid; border-top: none;
}
/* Site map index. */
#site-map-section-boost,
#site-map-section-wiki,
#site-map-section-support
{
width: 50%;
float: left;
clear: left;
}
#site-map-section-community,
#site-map-section-development
{
width: 50%;
float: 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 ul {
margin: 0em 1em 1em 0em;
}
#content #site-map ul li ul li {
}