From 76e377278fbdfa19402ce392ef9edbf47d6d34fb Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Wed, 26 Feb 2020 14:07:47 -0800 Subject: [PATCH] Sets max width of content container to 1100 pixels and adjusts a few other settins to fit in the new arrangement. (#1046) Signed-off-by: Kevin Putnam --- source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css index ddde5166..f252efae 100644 --- a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css +++ b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css @@ -2,9 +2,12 @@ /* make the page width fill the window */ .wy-nav-content { - max-width: none; + max-width: 1100px; background: linear-gradient(white 58px, #f2f4f5 58px 100%); padding-top: 10px; + padding-right: 20px; + padding-left: 20px; + padding-bottom: 20px; } .wy-nav-content-wrap .wy-nav-content { @@ -493,6 +496,7 @@ div.linenodiv:before { /*add extra new line to make sure code and line numbers a .column.featurecard { background: #CCE9F5; + width: 300px; } .column.verticalcard {