Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make code content and tables more responsive | Edgard Schmidt | 2017-11-25 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | * 'pre' blocks and tables use scrollbars if the viewport is too narrow * Code content which is not within a 'pre' element wraps automatically * Code content and 'pre' blocks have a gray background color The added background color has two purposes: * The left-margin for pre blocks is removed, because it consumes too much space on narrow viewports. However by using a background color, the reader can still recognize 'pre' content as code blocks. * Code content which is *not* within a 'pre' element wraps automatically now. The background color allows the reader to recognize the "connection" between automatically splitted lines of a single code element. This way, nobody will mistake a one-liner for a multi-liner. | ||||
* | Allow line breaks for bare URI links | Edgard Schmidt | 2017-11-25 | 1 | -0/+5 |
| | |||||
* | Limit image size to viewport's width | Edgard Schmidt | 2017-11-25 | 1 | -0/+4 |
| | |||||
* | Indent code blocks via CSS | Michael Reed | 2017-07-16 | 1 | -0/+4 |
| | | | | | Now that it's done via CSS, code should be indented consistently across the whole website. | ||||
* | Fix [link]s | Alyssa Rosenzweig | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | Small CSS cleanup | Alyssa Rosenzweig | 2017-05-13 | 1 | -6/+3 |
| | |||||
* | Intuitive header center | Alyssa Rosenzweig | 2017-05-13 | 1 | -4/+0 |
| | |||||
* | Hide section links | Alyssa Rosenzweig | 2017-05-12 | 1 | -0/+12 |
| | | | | | | Section links are still visible when CSS is not enabled. On browsers, headers need to be hovered for links. On screen-readers, they are hidden entirely. | ||||
* | Fix date block | Alyssa Rosenzweig | 2017-04-08 | 1 | -3/+5 |
| | |||||
* | Cleanup homepage a bit | Alyssa Rosenzweig | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Fix centering for headers | Alyssa Rosenzweig | 2017-04-04 | 1 | -2/+1 |
| | |||||
* | Merge site in | Alyssa Rosenzweig | 2017-03-20 | 1 | -0/+38 |