summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2016-05-06Added preliminary i18n support file (PR #1743)Marco Ciampa
* First addition to temporary i18n support strings (Italian complete)
2015-10-31slight adjustment to footnote alignment in HTMLDan Allen
2015-10-30resolves #1301 and #1224 add support for interactive & inline SVGsDan Allen
- 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
2015-10-25resolves #1542 tighten spacing of wrapped lines in TOCDan Allen
2015-10-19resolves #1524 fix alignment of wrapped text in footnoteDan Allen
- fix alignment of wrapped text - slightly increase line height - optimize text legibility - tighten letter spacing of bold text
2015-10-18resolves #1523 use <sup> for footnote reference in text instead of <span>Dan Allen
2015-10-04resolves #1418 tune padding around table cells in horizontal dlistDan Allen
2015-08-06resolves #1456 add CSS class for center block alignmentDan Allen
- add CSS class "center" to center block within parent container - make the class "spread" generic for use on all blocks
2015-07-20resolves #1429 allow text of selected lines to be highlighted in source blockDan Allen
- 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
2015-07-19set line height of table cells used for syntax highlightingDan Allen
2015-07-19fix invalid color value in default CodeRay themeDan Allen
2015-07-18resolves #1423 set font-family of kbd; refine stylingDan Allen
2015-07-05resolves #1170 and #841 expand tabs properlyDan Allen
- 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
2015-03-20load Droid Sans Mono 700 in default stylesheetDan Allen
2014-10-10resolves #1138 fix spacing around checkbox in checklistDan Allen
2014-10-10Change the pipe to %7C in URLsBernhard Berger
2014-09-18don't expand mailto links in print stylesDan Allen
2014-08-12reduce line-height of sidebar titleDan Allen
2014-08-12shift language hover text slightlyDan Allen
2014-08-12detect & mark bare links, don't repeat URL in print stylesDan Allen
- 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
2014-08-11reveal language hover text in print styles; shift position slightlyDan Allen
2014-08-11center sidebar titleDan Allen
2014-08-11reset prose font size to 1em in printDan Allen
2014-08-11set exampleblock background to none in print stylesDan Allen
2014-08-11use border: 0 instead of border: noneDan Allen
2014-08-11unbreak the table border stylingDan Allen
2014-08-11don't style first h1 of book like a doctitleDan Allen
2014-08-11adjust margins around doctitleDan Allen
2014-08-11tweak pygments line numbers tableDan Allen
2014-08-11remove space before !important; switch font-weight 700 to boldDan Allen
2014-08-11stylesheet improvements; use data-lang for source listingsDan Allen
- 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
2014-08-11separate revremark with vbar, lighten text; slightly indent document metaDan Allen
2014-08-11add font @import statement inside comment to default stylesheetDan Allen
2014-08-11tweak responstive font size for code blocksDan Allen
2014-08-10update default stylesheetsDan Allen
- 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
2014-08-08update default themeDan Allen
- 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
2014-08-07remove nowrap from inline codeDan Allen
2014-08-07increase font size of proseDan Allen
2014-08-07rework all borders and background colors; reduce font size of block titleDan Allen
2014-08-07tweak header spacing, reduce font size of inline codeDan Allen
2014-08-07shrink CSS & minor style tweaksDan Allen
- 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
2014-08-07update styles for preformatted text & syntax highlightingDan Allen
- change default Pygments style to "default" - change default highlight.js style to "github" - upgrade to highlight.js 8.1
2014-08-06stylesheet improvementsDan Allen
- 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
2014-08-06resolves #674 fix style of wrapped author & revision infoDan Allen
- wrap div with class="details" around author & revision info - rework header styles to fix wrapped author & revision info - cleanup some dead print styles
2014-08-05switch to 80% trans black for text color ala mediumDan Allen
2014-08-04update body font color; set letter & word spacing; shift heading anchorDan Allen
2014-08-04improve styling of attribute on verseblockDan Allen
2014-08-04lighten font color and reduce size in print footerDan Allen
2014-08-04slight tweak to spacing in headerDan Allen
2014-08-02update inline code font colorDan Allen