2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-25 16:52:13 +00:00
Files
website/style/css_0/footer.css
Rene Rivera 0bcb2933de *** empty log message ***
[SVN r83]
2006-04-25 14:07:51 +00:00

37 lines
810 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)
*/
/* Footer with copyright, license, banners. */
#footer {
color: #666666;
margin: 0em;
padding: 1.5em;
clear: both;
background: #FFFFFF url(shadow-divider-top-bottom.png) repeat-x top left;
border-top: #000000 solid 1px;
}
#footer-left {
float: left;
}
#footer-right {
float: right;
}
#footer p {
margin: 0em;
padding: 0em;
font-size: 75%;
text-align: left;
}
#footer #banners p {
float: left;
margin: 0em 0em 0em 1em;
}
#footer #banners a {
display: block;
}
#footer #banner-sourceforge {
background: url(http://sourceforge.net/sflogo.php?group_id=7586&type=1) no-repeat fixed 0px 5em;
}