summaryrefslogtreecommitdiff
path: root/data/stylesheets
AgeCommit message (Collapse)Author
2024-01-03resolves #4530 by underlining active footnote link (PR #4534)Lasse Collin
update default stylesheet to underline active footnote link in footnotes list
2023-12-02resolves #4523 remove extra border below doctitle when sidebar toc is ↵Dan Allen
collapsed into main content area (PR #4524)
2023-11-28resolves #3466 update stylesheet to use break-after in place of ↵Dan Allen
page-break-before/after/inside (PR #4495)
2023-10-27modify default stylesheet to honor text-* roles on quote blocksDan Allen
2023-04-18adjust font size of term in horizontal dlist to match font size of term in ↵Dan Allen
regular dlist
2022-12-02consolidate selectors for collapsing margin of first and last child of ↵Dan Allen
enclosed element
2022-12-02update: use correct selector to collapse margin on first and last child of ↵Dan Allen
sidebar
2022-12-02use correct selector to collapse margin on first and last child of sidebarDan Allen
2022-10-13resolves #4361 honor marker on unordered list when marker is defined on ↵Dan Allen
ancestor unordered list (PR #4367)
2022-06-22recompile stylesheets using new browserslist defaultDan Allen
2021-10-26resolves #4186 remove form styles from default stylesheet (PR #4194)Dan Allen
2021-10-23remove gist embed styles from default stylesheetDan Allen
2021-10-11resolves #4184 update default stylesheet to fix spacing around empty list ↵Dan Allen
item (PR #4185)
2021-10-11remove unnecessary specificity in default stylesheet for styling p element ↵Dan Allen
inside list item
2021-09-19remove redundant max-width on svg in print styles of default stylesheetDan Allen
2021-09-18target object element with image more accurately in default stylesheetDan Allen
2021-09-18add max-width to svg element in default stylesheetDan Allen
2021-09-18don't set height to 100% on object tag in default stylesheetDan Allen
- this setting is not relevant when max-width: 100% is also set
2021-09-18remove styles for unused embed tag in default stylesheetDan Allen
2021-09-14resolves #4169 consolidate styles applied to primary containers in default ↵Dan Allen
stylesheet (PR #4170)
2021-09-10resolves #4165 honor stripes=none on nested table (PR #4168)Dan Allen
2021-09-09resolves #4137 set width of line number column on source block to 0.01% (PR ↵Dan Allen
#4158)
2021-09-09resolves #4051 use CSS class instead of inline style to apply page break ↵Dan Allen
behavior (PR #4159)
2021-09-09resolves #4162 hide built-in marker on HTML summary element in Safari when ↵Dan Allen
using default stylesheet (PR #4163) - also disable the outline drawn around the summary element when activated in Safari
2021-08-20remove redundant styles from default stylesheet and reorganize selectorsDan Allen
2021-08-20resolves #4140 remove duplicate selectors in default stylesheet; enable ↵Dan Allen
stylelint rule to check for them
2021-08-13resolves #4128 prevent line numbers on source block in HTML output from ↵Dan Allen
being selected (PR #4132) - set user-select to none on enclosing line numbers element for CodeRay, Rouge, and Pygments
2021-08-12resolves #3641 add support for inline linenums mode when using Rouge as ↵Dan Allen
source highlighter (PR #4129)
2021-08-12use stylesheet build to manage CodeRay stylesheetDan Allen
2021-08-08normalize output from Pygments to use linenos class for inline line ↵Dan Allen
numbering and trim space after number
2021-08-02resolves #4118 use autoprefixer to manage browser prefixes in default ↵Dan Allen
stylesheet (PR #4120)
2021-08-02update default stylesheet to fix conflict between text decoration and bottom ↵Dan Allen
border on abbr[title] element
2021-08-02remove display rule in default stylesheet for elements introduced in HTML5Dan Allen
2021-08-02resolves #4116 update default stylesheet to indent content of details ↵Dan Allen
element (PR #4117) - indent content of details element to align with summary - use custom marker to normalize appearance and behavior across browsers
2021-08-01remove redundant styles from the stylesheetDan Allen
2021-07-31resolves #4114 update font styles for summary element to match font styles ↵Dan Allen
of paragraph (PR #4115)
2021-05-18add spaces around comment delimiters in default stylesheet [skip ci]Dan Allen
2021-05-18fix placement of inset keyboard in box shadow in default stylesheet [skip ci]Dan Allen
2021-05-18another minor minification in default stylesheet [skip ci]Dan Allen
2021-05-18minor minification in default stylesheet [skip ci]Dan Allen
2021-05-18apply additional minification to default stylesheet [skip ci]Dan Allen
2021-05-17change invalid font family "sans" in default stylesheet to "sans-serif" ↵Dan Allen
[skip ci]
2021-05-01resolves #2550 update default stylesheet to indent blocks attached to list ↵Dan Allen
item in checklist (PR #4043)
2021-04-28reenable implicit lead role on first paragraph of preamble inside AsciiDoc ↵Dan Allen
table cell - use implicit lead role if role is not set - match behavior of parent document
2020-11-13resolves #3847 update default stylesheet to remove dash in front of cite on ↵Dan Allen
nested quote block (PR #3852)
2020-11-08resolves #3833 reset word wrap behavior to normal on tables (PR #3834)Dan Allen
- reenable again for admonition content, AsciiDoc table cells, and horizontal dlist description
2020-11-08remove ineffective max-width setting on tableblock [skip ci]Dan Allen
2020-11-08don't set redundant display property on table cell in default stylesheet ↵Dan Allen
[skip ci]
2020-11-01resolves #3815 add CSS class to support pre-wrap role to preserve leading, ↵Dan Allen
trailing, and repeating spaces in phrase (PR #3816)
2020-11-01set max-width to none instead of 100% on footer in default stylesheet [skip ci]Dan Allen