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:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user