mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
29 lines
543 B
CSS
29 lines
543 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(css_0/header.css);
|
|
@import url(css_0/theme_grass/header.css);
|
|
|
|
pre, div.toc
|
|
{
|
|
overflow: auto;
|
|
}
|
|
|
|
div.note table,
|
|
div.tip table,
|
|
div.important table,
|
|
div.caution table,
|
|
div.warning table,
|
|
div.blurb table
|
|
{
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
span.inlinemediaobject img
|
|
{
|
|
max-width: 100%;
|
|
} |