From 470f971d18f1afe3788a27e5475a9b72f096291b Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Sun, 7 Jun 2026 16:51:54 +0100 Subject: Remove duplicate ipackage attributes from biticon calls Co-Authored-By: Claude Sonnet 4.6 --- css/config.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/css/config.css b/css/config.css index 59af062..3f74008 100644 --- a/css/config.css +++ b/css/config.css @@ -530,3 +530,43 @@ ul.data li.item:last-child { width: 1200px; } } + +@media print { + #bw-main-header, + #bw-main-spacer-top, + #bw-main-footer, + #navigation, + #extra, + .assemblybar, + .breadcrumb, + .navbar, + .hidden-print { + display: none !important; + } + + .container, + .container-fluid { + width: 100% !important; + padding-left: 0 !important; + padding-right: 0 !important; + } + + .row { + margin-left: 0 !important; + margin-right: 0 !important; + } + + #bw-main-content, + #wrapper, + [class*="col-"] { + width: 100% !important; + margin: 0 !important; + padding-left: 0 !important; + padding-right: 0 !important; + float: none !important; + } + + a[href]:after { + content: none !important; + } +} -- cgit v1.3