2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00
Files
website/style-v2/section-basic.css
Daniel James 40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00

29 lines
544 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 https://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%;
}