2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-26 19:12:15 +00:00
Files
website/style/css_0/section-basic.css
Daniel James 1e0f9d65c2 Merge rename style directory 2.
[SVN r61811]
2010-05-06 11:09:30 +00:00

56 lines
1005 B
CSS

/*
Copyright 2005-2008 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)
*/
@import url(theme_grass/theme.css);
/* Heading, title and logo. */
#boost-common-heading-doc {
position: absolute;
left: 0;
top: 0;
margin: 0em;
height: 100px;
width: 100%;
overflow: hidden;
}
#boost-common-heading-doc-spacer {
height: 100px;
}
#heading-placard {
display: none;
}
#heading-title #boost,
#heading-title #cpplibraries {
display: none;
}
#heading-title {
float: left;
}
#heading-title a {
}
#heading-logo {
width: 270px;
height: 90px;
border: none;
vertical-align: bottom;
margin: 0px 0px 0px 1.5em;
}
#heading-quote {
text-align: right;
padding: 25px 1.5em 10px 0em;
}
#heading-quote * {
}
#heading-quote .quote {
font-size: 90%;
display: block;
}
#heading-quote .attribution {
font-size: 85%;
display: block;
}
#heading-sections {
display: none;
}