mirror of
https://github.com/boostorg/website.git
synced 2026-01-26 19:12:15 +00:00
Not very well styled. Also causes page rendering to stop while it fetches the renders the form, this is pretty rubbish but I can't see an easy way to get round that. [SVN r73166]
21 lines
614 B
CSS
21 lines
614 B
CSS
/*
|
|
Copyright 2005-2006 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(css_0/utility.css);
|
|
@import url(css_0/global.css);
|
|
@import url(css_0/header.css);
|
|
@import url(css_0/content.css);
|
|
@import url(css_0/sidebar.css);
|
|
@import url(css_0/footer.css);
|
|
|
|
/* Theme for colors and backgrounds. */
|
|
/* *
|
|
@import url(css_0/theme_grape/theme.css);
|
|
/*/
|
|
@import url(css_0/theme_grass/theme.css);
|
|
/* */
|
|
|
|
/* For google search box */
|
|
@import url(http://www.google.com/cse/style/look/default.css) |