summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-07 16:51:54 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-07 16:51:54 +0100
commit470f971d18f1afe3788a27e5475a9b72f096291b (patch)
tree906115ebad4e10698c2090c9b73f3df8426a2456
parent169833bfaf4d3d325273c9f993c63b31a909677f (diff)
downloadthemes-470f971d18f1afe3788a27e5475a9b72f096291b.tar.gz
themes-470f971d18f1afe3788a27e5475a9b72f096291b.tar.bz2
themes-470f971d18f1afe3788a27e5475a9b72f096291b.zip
Remove duplicate ipackage attributes from biticon calls
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rw-r--r--css/config.css40
1 files changed, 40 insertions, 0 deletions
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;
+ }
+}