aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/priv/css/otp_doc.css
AgeCommit message (Collapse)Author
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 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
2015-07-16Increased left-nav width for readabilitySean Charles
It just makes it easier to read stuff. For example, gen_server functions are now totally visible, no more guessing.
2015-05-08[erl_docgen] Update style for extra front page infoLars Thorsen
2015-03-20Support for <do> and <dont> doc tagsRickard Green
2013-11-28Revert "Merge branch 'fredrik/doc/syntax_highlight/OTP-11237' into maint"Lukas Larsson
This reverts commit 1562340596938d1f8a84b2ed43f5f0097be66ae7, reversing changes made to a5128108ad3efff77c5080f0769737e70a0bfd82.
2013-11-13erl_docgen: fix code highlighting and warning and note parts in erl_docgenFredrik Gustafsson
2012-02-04Set `font-family: Courier, monospace' in OTP doc CSSRicardo Catalinas Jiménez
This should be much better for everybody, I left Courier as the primary original font and also added monospace as secondary for people like me which in Linux haven't it installed. It should be more pleasant to read typespecs and code examples. Also adds minor cosmetic changes to the CSS.