2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Tweak CSS for mobile site

This commit is contained in:
Daniel James
2017-11-04 12:48:06 +00:00
parent b88fd7e68d
commit 3ba4bbb1a1

View File

@@ -5,3 +5,25 @@
*/
@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%;
}