Skip to content

Commit

Permalink
css: refine .boostlook to exclude #libraryReadMe for styling control
Browse files Browse the repository at this point in the history
  • Loading branch information
julioest committed Nov 12, 2024
1 parent 6ded0fa commit 27ef69a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boostlook.css
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down Expand Up @@ -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.
*/

Expand Down Expand Up @@ -542,7 +542,7 @@ p, h1, h2, h3, h4, h5, h6 {
overflow-y: auto;
}

.boostlook {
.boostlook:not(#libraryReadMe) {
margin-left: 18rem;
}

Expand Down

0 comments on commit 27ef69a

Please sign in to comment.