* Adjust padding/margin around and inside of blockquotes
* Use ems for p margin
* Since we will be adding a custom file whose title is camel-case,
make two changes to the header:
* Drop "File:" in the header for files
* Change styles for header and search to use standard case instead
of all caps, and drop letter spacing
* Make footer smaller and more human readable
Why:
* If a method has an alias, then YARD will append "(aliased to #foo)"
inside of the header for the method. This doesn't look that great with
the current layout, and we can easily mention the alias within the
description for the method in question.
To satisfy the above:
* Hide this section of the header if it appears.
[ci skip]