diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 6426109a497..1e5f3dd1e38 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -642,14 +642,7 @@ Content table @media print { .toc { - float: right; - clear: right; - padding-bottom: 10px; - padding-top: 50px; - width: 100%; - background-image: url(../images/bgrContent.png); - background-position: top; - background-repeat: no-repeat; + display: none; } }