aboutsummaryrefslogtreecommitdiff
path: root/www/global.css
Commit message (Collapse)AuthorAgeFilesLines
* Make code content and tables more responsiveEdgard Schmidt2017-11-251-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 linksEdgard Schmidt2017-11-251-0/+5
|
* Limit image size to viewport's widthEdgard Schmidt2017-11-251-0/+4
|
* Indent code blocks via CSSMichael Reed2017-07-161-0/+4
| | | | | Now that it's done via CSS, code should be indented consistently across the whole website.
* Fix [link]sAlyssa Rosenzweig2017-05-131-1/+1
|
* Small CSS cleanupAlyssa Rosenzweig2017-05-131-6/+3
|
* Intuitive header centerAlyssa Rosenzweig2017-05-131-4/+0
|
* Hide section linksAlyssa Rosenzweig2017-05-121-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 blockAlyssa Rosenzweig2017-04-081-3/+5
|
* Cleanup homepage a bitAlyssa Rosenzweig2017-04-041-1/+1
|
* Fix centering for headersAlyssa Rosenzweig2017-04-041-2/+1
|
* Merge site inAlyssa Rosenzweig2017-03-201-0/+38