2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-22 05:42:52 +00:00
Files
website/style-v2/css_0/section-map.css
Daniel James fb62d61697 Rename the style directory.
Rookie mistake, the website is getting a little messed up by cached css files.
Rename the style directory to work round this.


[SVN r61808]
2010-05-06 10:46:50 +00:00

79 lines
1.6 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: #FFFFFF !important;
border-bottom: #FFFFFF 1px solid !important;
}
#map-section-menu ul {
display: block !important;
}
#boost-section-menu ul {
display: block !important;
}
#boost-section-menu h4 a {
border-left: 4px solid;
border-right: 4px solid;
margin-left: 0px !important;
margin-right: 0px !important;
}
/* 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,
#site-map-section-doc
{
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 {
list-style: none;
}
#content #site-map ul li h4 {
float: none;
font-weight: bold;
font-style: normal;
font-variant: small-caps;
font-size: 120%;
}
#content #site-map ul li h4 * {
/* font-weight: bold; */
float: none;
}
#content #site-map ul li h3,
#content #site-map ul li h5,
#content #site-map ul li h6
{
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;
}