| Age | Commit message (Collapse) | Author |
|
* First addition to temporary i18n support strings (Italian complete)
|
|
|
|
- use object element to embed SVG in HTML if interactive option is set
- use format attribute on image macro to explicitly set image format
- embed SVG data directly into HTML if inline option is set (including remote URI)
- always use img element for SVG if safe mode is secure
- add CSS to make object element with image/svg+xml data and svg behave like img element
- add tests for SVG images
- consolidate/cleanup code in converter
|
|
|
|
- fix alignment of wrapped text
- slightly increase line height
- optimize text legibility
- tighten letter spacing of bold text
|
|
|
|
|
|
- add CSS class "center" to center block within parent container
- make the class "spread" generic for use on all blocks
|
|
- use highlight attribute on source block to specify lines to be highlighted
- add method to resolve the highlight lines spec
- disable bold_every option in CodeRay
- darken bolded line numbers in default CodeRay theme
|
|
|
|
|
|
|
|
- introduce tabsize attribute to control size of tab character
- expand tabs in verbatim blocks if tab present and value of tabsize attribute is positive
- rename reset_block_indent! to adjust_indentation!
- only use adjust_indentation! on include if indent is specified
- only expand tabs in included content if indent attribute is set
- use adjust_indentation! to remove left margin in paragraphs marked normal
- don't add indentation to empty lines
- set tab-size property to 4 in default stylesheet
- increase letter spacing in blockquote cite in default stylesheet
- add and fix tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- detect & mark bare links
- update tests
- don't repeat URL of bare links in print styles
- simplify / consolidate print styles
- small optimizations to substitution logic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- lighten bold where Open Sans is used (headings, verses)
- add border-collapse: separate where borders are used on tables
- remove unnecessary font-weight declarations
- use Open Sans for admonition label
- set padding bottom on paragraph in rems
- use 1.45 for sidebarblock line-height
- simplify the selector to set background-color on listing & literal blocks
- use data-lang to create language hover text for any language on listing blocks
- use border: none instead of border: 0
|
|
|
|
|
|
|
|
- clean up abstract block styles
- darken lead paragraph color
- increase line-height on block title, decrease margin
- update & shrink CodeRay styles
- drop generic font-family names
- style quote blocks like quote blocks
- style verse blocks like verse blocks
- lighten table header background color
- make toc title responsive
- properly align floating section anchor
- add background color on listing blocks when not added by highlighter theme
- reduce size, reposition of floating language text in listingblock
- increase size of conum
- tweak letter and word spacings
- don't use color on qanda question text
- add background color to exampleblock
- darken listingblock color in sidebarblock
- fix appearance of listingblock in print styles
|
|
- align colors on #f8f8f7
- set line of headings to 1.2
- remove excess panel styling
- fix border bottom on sidebar toc below breakpoint
- fix spacing between sections below breakpoint
- reduce padding around doctitle in print styles
- add box shadow to example block
- remove background and padding around code in table cell
- add output style class for literal block
- adjust indentation of header meta
|
|
|
|
|
|
|
|
|
|
- shrink CSS
- change line-height of headers to 1.2
- adjust width of floating section anchors
- set z-index on floating section anchors to overlay sidebar toc
- style abstract
- use ems for callout bullet size
|
|
- change default Pygments style to "default"
- change default highlight.js style to "github"
- upgrade to highlight.js 8.1
|
|
- add border below doctitle when using sidebar toc and no author or revision
- use transparent black for grayscale text
- add shading to inline monospace
- use solid border around listing
- use faded yellow background color for exampleblock
|
|
- wrap div with class="details" around author & revision info
- rework header styles to fix wrapped author & revision info
- cleanup some dead print styles
|
|
|
|
|
|
|
|
|
|
|
|
|