Commit Graph

12 Commits

Author SHA1 Message Date
Jean-Philippe Evrard
c78c8e7393 Allow css transformations of title in config
By default the style uppercases the title, which forces a
style choice to the user.

We can add extra css but that might be overkill for just one
change: For example, not capitalizing the title default.

This allows the title to be fully lowercase, by simply overriding
the theme configuration.
2018-04-07 12:35:32 -05:00
Michael Noronha
b03f2d71fe Recenter 404, addressing #57 2018-02-09 08:42:23 -06:00
Michael Noronha
ddd098a6a3 Add option to disable fancy fonts, addressing #57
Also, small README update
2017-12-25 19:25:27 -05:00
Jente Hidskes
a5ab088e48 css: add kbd styling (#74) 2017-12-25 19:25:27 -05:00
Jente Hidskes
11d7a0113e css: remove unused fonts from CSS (#73)
These make the text jump when initially loading a page.
2017-12-25 19:25:27 -05:00
Michael Noronha
969bd5ca4e Fix validation HTML validation errors (#62)
* Make the theme compliant with W3C standards (#55)

* Dropped the line because chrome tab is deprecated.

* On header, "li" elements are meant to surround the "a" elements and not the other way around.

* Dropped all section tags I could find at first glance, as they had no semantic meaning and were firing warnings at the W3C validator.

* Change "middot" from a helper div to a helper class since putting div's inside ul's is not compliant

* Fixed a problem of the previous commit. A middot would not hide if on mobile.

* Fix archetypes bug with Go templates

* Fix additional validation error in 404
2017-11-09 16:22:28 -06:00
Michael Noronha
9ea87416af Enable left alignment as an option (#51) 2017-08-24 21:06:43 +02:00
Alexis Tacnet
5aa0e994c5 Merge pull request #47 from mtn/404
404 redesign
2017-08-10 09:00:53 +02:00
Michael Noronha
ed816e03ee An initial redesign 2017-08-01 00:57:59 -04:00
Alexis Tacnet
61fa3f81e7 Add share links at bottom of page 2017-05-05 18:29:03 +02:00
Alexis Tacnet
f58f9b969e Fix some CSS issues 2017-05-05 18:28:43 +02:00
Alexis Tacnet
faa591e120 Add fonts asynchronousy and add all css inline 2017-04-18 22:19:32 +02:00