summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2021-02-02Add Belarusian locale (PR #3928)Dexter
2021-01-22Update attributes-it.adoc (PR #3886) [skip ci]Marco Ciampa
2021-01-22improvements to Dutch translation (PR #3895) [skip ci]jdevreese
- removed diacritic from first letter of toc-title. - added missing translations for 'part' and 'section' - uncommented chapter, part & section attributes
2020-12-05replace topbot frame value with ends in syntax reference [skip ci]Dan Allen
2020-12-05add block about ID and role for phrases to syntax reference [skip ci]Dan Allen
2020-12-05add highlight/mark examples to syntax reference [skip ci]Dan Allen
2020-12-05minor rewording in syntax reference [skip ci]Dan Allen
2020-12-05use hardbreaks-option instead of hardbreaks in syntax reference [skip ci]Dan Allen
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 #3817 map chapter-signifier and part-signifier attributes in locale ↵Dan Allen
attribute files to replace chapter-label and part-label (PR #3818)
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
2020-11-01resolves #3544 apply word wrap (i.e., `word-wrap: anywhere`) by default in ↵Dan Allen
default stylesheet (PR #3812)
2020-10-31move center and stretch role classes down to where float-group role class is ↵Dan Allen
defined [skip ci]
2020-10-31ISO 639 code for Korean is ko, not kr (PR #3807)Jean-Noël Avila
2020-10-31resolves #3802 remove max width setting on content column for print media in ↵Dan Allen
default stylesheet (PR #3803)
2020-10-30resolves #3387 rework table borders to leverage border collapsing (PR #3795)Dan Allen
2020-10-28resolves #2563 don't remove right border on last table cell in row (PR #3794)Dan Allen
- this was done to avoid a double border, but that's since been solved by #3793
2020-10-27resolves #3793 don't apply border-collapse: separate to HTML for table ↵Alexander Schwartz
blocks (PR #3497)
2020-10-27remove direction property from default stylesheet (PR #3753)abdo
2020-05-28Add missing Catalan attribute translations and update translation for ↵Abel Salgado Romero
appendix (PR #3653)
2020-05-24Add missing Danish, Spanish, French, Polish and Portuguese attribute ↵Matt Blissett
translations (PR #3651)
2020-04-16uncomment chapter label and refsig in French translation [skip ci]Dan Allen
2019-09-16Update Russian and Ukrainian locale attributes translation (PR #3375)Eugene Loza
2019-08-30use border-radius 50% to make circle around conum [skip ci]Dan Allen
2019-08-01resolves #3370 fix bottom margin collapsing on AsciiDoc table cell (PR #3371)Dan Allen
- add bottom margin to AsciiDoc table cell container - use last child to revert bottom margin on AsciiDoc table cell container
2019-07-17Update attributes-nl.adoc (PR #3357)Gijs Leussink
Add Hoofdstuk for chapter-label
2019-05-02resolves #3289 fix style of title on excerpt (quoteblock variation) (PR #3291)Dan Allen
2019-04-20resolves #3256 use smarter margin collapsing for AsciiDoc table cell content ↵Dan Allen
(PR #3272) * prevent passthrough content from being cut off
2019-04-14resolves #3258 restore background color on literal blocks in default ↵Dan Allen
stylesheet (PR #3260)
2019-04-14remove unneeded styles in default stylesheet [skip ci]Dan Allen
2019-03-26minor updates to syntax reference [skip ci]Dan Allen
- clarify monospaced vs literal text
2019-03-22drop explicit source style from syntax reference [skip ci]Dan Allen
2019-03-22add collapsible block example to syntax reference [skip ci]Dan Allen
2019-03-21Added missing German translations (PR #3185)deining
2019-03-20add French translation for chapter-label / chapter-refsig attribute (PR #3175)bruno nogent
2019-03-20resolves #1699 convert example block to details/summary tag set if ↵Dan Allen
collapsible option is set (PR #3157) - convert example block to details/summary tag set if collapsible option is set - configure details tag to open by default if open option is set on collapsible example block - add margin bottom to details tag in default stylesheet
2019-03-18resolves #3155 restore default styles for details/summary; add margin bottom ↵Dan Allen
on summary (PR #3156)
2019-03-02resolves #3110 disable table stripes by default; add support for hover value ↵Dan Allen
(PR #3120)
2019-03-01resolves #3111 drop verse table cell style (treat as normal table cell) (PR ↵Dan Allen
#3112)
2019-02-23edit the AsciiDoc syntax help topicDan Allen
2019-02-23resolves #1573 add syntax help to CLIGuillaume Grossetie
2019-02-03make sure code directly inside pre is styled as a block element [skip ci]Dan Allen
2019-02-03remove style override for source block inside sidebar [skip ci]Dan Allen
2019-02-03slightly darken sidebar background and border [skip ci]Dan Allen
2019-02-03resolves #1040 add syntax highlighter adapter for Rouge (PR #3033)Dan Allen
- add SyntaxHighlighter adapter implementation for Rouge - support CGI options attached to language (e.g., "console?prompt=$ ") - change CSS class of line numbering table for Pygments and Rouge to linenotable - reuse styles from default stylesheet to layout the line number column - remove nested pre wrapper in Pygments output when line numbering is enabled and linenums mode is inline - ensure syntax highlighter library is loaded when looking up base style - add the rouge gem as a development dependency
2019-01-27use https URL in default stylesheet [skip ci]Dan Allen