From 27ef69af74c28db8b4ffa3acde8badc483db0220 Mon Sep 17 00:00:00 2001 From: Julio Estrada Date: Mon, 11 Nov 2024 19:46:31 -0500 Subject: [PATCH] css: refine .boostlook to exclude #libraryReadMe for styling control --- boostlook.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boostlook.css b/boostlook.css index 8cbf053..f8bae66 100644 --- a/boostlook.css +++ b/boostlook.css @@ -1,8 +1,8 @@ /** * README: - * This stylesheet provides styles for both AsciiDoctor and Antora templates, using the + * This stylesheet provides styles for both AsciiDoctor and Antora templates, using the * `boostlook` class for a consistent appearance across both templates. - * + * * Note: This is a work-in-progress and may continue to evolve as templates and requirements * change. * @@ -50,7 +50,7 @@ * Use `.boostlook:not(:has(.doc))` for AsciiDoctor-specific styles and * `.boostlook .doc` for Antora-specific styles to target unique elements accordingly. * - * This CSS file aims to simplify maintenance by aligning the HTML structure and + * This CSS file aims to simplify maintenance by aligning the HTML structure and * reducing the need for complex selectors. */ @@ -542,7 +542,7 @@ p, h1, h2, h3, h4, h5, h6 { overflow-y: auto; } - .boostlook { + .boostlook:not(#libraryReadMe) { margin-left: 18rem; }