| Age | Commit message (Collapse) | Author | 
 | 
At small screen widths, the video's height would stay fixed at the pixel
value defined in its `height` attribute. Ensure that when its width
becomes dependent on the window width, the height follows accordingly.
 | 
 | 
When the screen width gets small enough to clip the video, reduce the
width of the video to the content width.
Couldn't use the same larger-than-content-width layout, at least not
easily, because the percentage would need to be dependent on the window
width, not the width of the video element's container.
 | 
 | 
Not committing the video files. They're only 3 & 4 megabytes each, but
that still seems a bit too much to keep in version control.
Add the video to the home page and center it in the content area. We
give it a negative margin to center it since it's wider than the
container.
 | 
 | 
 | 
 | 
Makes it stand out a bit differently.
 | 
 | 
 | 
 | 
It was too blurry.
 | 
 | 
Ensure that nothing leaves the viewable page area and that no elements
collide with one another.
 | 
 | 
This reverts commit efa10ba02a7e45eae9bbedd134719842a02dfe5c.
Huh, looks like "to bottom" is the correct syntax. I thought it was a
faulty search-and-replace in my editor.
 | 
 | 
Not sure how that happened.
 | 
 | 
Needed to adjust some positioning styles and fix the padding on the
button.
 | 
 | 
Use `.button` only for base button traits.
 | 
 | 
* Move Lucida Grande font stack to a variable
* Add buttons styles for a magenta gradiented button
 | 
 | 
Add some styles to make the "404" text gigantic and positioned
appropriately.
 | 
 | 
 | 
 | 
 | 
 | 
The typography and link styles should be defined closer to the top.
 | 
 | 
 | 
 | 
Set basic link colours.
Other colours under consideration were:
    #0758d2
    #0e7680
 | 
 | 
Describe the program, high-level features.
Add styles:
* Fix leading
* Add list bullets that were removed by the reset
 | 
 | 
Increase contrast for improved readability.
 | 
 | 
Make them a bit easier to read.
 | 
 | 
 | 
 | 
* Add margins to the top & bottom of the page
* Align the logo relative to the content area, and move it left a bit,
  outside of the column
 | 
 | 
 | 
 | 
There were a bunch of useless empty lines in the Hasp output. Would
rather have had a single newline between each CSS rule, but this is
close enough. At least it looks better.
 | 
 | 
For better organisation. Use the 'hasp' CSS preprocessor
(https://github.com/djanowski/hasp).
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
A rough setup for the website layout.
* Muted yellow background
* Logo set in Superclarendon by Typodermic
 |