aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv/css
AgeCommit message (Collapse)Author
2019-02-22erl_docgen: Indent c-function line continuationsSverker Eriksson
2018-12-11erl_docgen: Generate "since" OTP version in htmlSverker Eriksson
for <func><name> and <module> with "since" attribute.
2018-04-10erl_docgen: Change ghlink icon to pencilLukas Larsson
2018-04-10erl_docgen: Add hover links for ghlinkLukas Larsson
All functions, datatype and h3 headings have gotten a hover attribute that shows a link directly to the edit page on github for easy editing of documentation. The github link links to the maint branch. An early attempt was done to use the SHA of the current branch, but that did not work well as github can only take pull requests from branches.
2018-03-28erl_docgen: Add datatype-title tag to datatype tagHans Nilsson
2017-03-13improve line-heigt for main description at landing pageMariano Guerra
2017-03-13define all font-sizes with em unitsMariano Guerra
2017-03-13unify all paddings of content boxesMariano Guerra
2017-03-13remove black color from codeMariano Guerra
2017-03-13make text smaller for tables and code samplesMariano Guerra
2017-03-13make max-width 42em for content divMariano Guerra
2017-03-13remove border and padding from code wordsMariano Guerra
2017-03-13fix line-height for titlesMariano Guerra
2017-03-13match do's and dont's dialogs to note and warningMariano Guerra
2017-03-13center images, make image caption markup semanticMariano Guerra
2017-03-13make Types title smaller, remove colonMariano Guerra
2017-03-13func-heads should have a new line after themMariano Guerra
2017-03-13reduce max-width on p and #content to 60emMariano Guerra
2017-03-13set base font-size to 16pxMariano Guerra
2017-03-13set max-width: 80em; to #content containerMariano Guerra
2017-03-13use recommended line-heightMariano Guerra
2017-03-13set default font sizeMariano Guerra
2017-03-13code words that are links should look like linksMariano Guerra
2017-03-13align section-links on main page to the leftMariano Guerra
2017-03-13fix and unify font-familyMariano Guerra
2017-03-13align left panel link lists to the leftMariano Guerra
2017-03-13indent exports and data types section bodiesMariano Guerra
2017-03-13remove extra margin from code blocksMariano Guerra
2017-03-13remove white-space: pre, it broke some words in two linesMariano Guerra
2017-03-13add max width to paragraphsMariano Guerra
2017-03-13make code tokens more easy to differentiateMariano Guerra
2017-03-13make text a little darkerMariano Guerra
2017-03-13improve text spacing, center footerMariano Guerra
2017-03-13add progressive enhanced syntax highlighterMariano Guerra
it loads a script at the end of the page that loads the required resources and initializes the syntax highlighter. if js is disabled or blocked nothing happens, the code blocks will display with the style they had until now
2017-03-13add style for hrMariano Guerra
2017-03-13force black on title anchorsMariano Guerra
2017-03-13simplify font-family choiceMariano Guerra
2017-03-13anchor section shouldn't look like a linkMariano Guerra
2017-03-13improve left panel section info and menuMariano Guerra
2017-03-13improve table stylingMariano Guerra
2017-03-13use list on list of linksMariano Guerra
2017-03-13improve docs landing page title and subtitleMariano Guerra
2017-03-13center erlang logo on left panelMariano Guerra
2017-03-13improve link colorsMariano Guerra
2017-03-13improve warning/info colorsMariano Guerra
2017-03-13improve example box colors and spacingMariano Guerra
2017-03-13use mono as first font family for codeMariano Guerra
2017-03-13don't use red for the line separating panelMariano Guerra
2017-03-13don't use pure black and white, change base fontMariano Guerra
2016-06-01[erl_docgen] Fix support for quote tagLars Thorsen