| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
We found 'smaller' to be too small, so go with 85% for now.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit adds two new classes for <pre> tags:
1) pre.clear overrides the standard canary background color with white
2) pre.indent defines a <pre> tag that is indented and marked with a
border
These classes are mainly meant for preformatted content that has been
added manually and should not be styled like the common code blocks.
|
| |
|
|
|
|
| |
These should make the pages more comfortable to look at.
|
| |
|
|
|
|
| |
This element had no purpose and was taking up 200px for no reason.
|
|
|
|
|
|
| |
Add a bit more space to paragraphs, whilst contracting pre-formatted
content (which mostly is code and uses a different font which does not
need this kind of space).
|
| |
|
|
|
|
|
|
| |
This commit changes the background color of <pre> to be a bit less
colourful, and changes text color from pure black to a slightly tinged
black to increase readability.
|
| |
|
|
|
|
|
| |
Previously the only indicator was the standard :focus outline rule, this
should make the focused element on the main page very clear.
|
| |
|
|
|