summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)Author
2021-03-16Merge remote-tracking branch 'origin/rescribe' into rescribemergerescribeNick White
2019-11-22fix(static/css/poole): Contrast issuesSorin Davidoi
Ensures that the contrast ratio is at least 4.5:1 (so that is complies with WCAG 2.0: https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html).
2019-10-23Make marble sidebar image smallerNick White
2019-10-10fix(css): Add text-size-adjustSorin Davidoi
https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
2019-10-10Make captions smallerNick White
2019-10-03fix(css): Add text-size-adjustSorin Davidoi
https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
2019-10-02Switch from google fonts to EBGaramond served ourselvesNick White
2019-02-11Add marbling sidebar background imagesNick White
2017-07-25Print CSS to fix printing problemsMohammed El-Dahash
No more sidebar filling half of the printed pages, or unnecessary blank pages.
2015-08-01Fixes #22digitalcraftsman
2015-04-08Convert rem's to em's in breakpoints to fix layout jerking issue in e.g. ↵Antti Järvinen
iPad and when resizing viewport.
2014-05-15Hyde theme: sync with upstream to v2.0.0.Dato Simó
CSS is now split into poole.css and hyde.css; chrome/sidebar.html updated. Also cherry-pick: * poole/hyde@48b9d1f - Set a max-width for images
2014-04-26Adding the hyde themespf13