Add a CHANGELOG. Modify table CSS.

Hook up templating system to read the CHANGELOG for version and changelog info.
Modified nature.css to make it clearer on table headings/sub-headings. Use the
full _matrix/client path on title links to make it clear it is for v1.
This commit is contained in:
Kegan Dougal 2015-06-01 17:48:16 +01:00
parent 8a676a2b9d
commit bb9537b824
7 changed files with 86 additions and 54 deletions

View file

@ -274,3 +274,11 @@ table {
border: 0;
border-collapse: collapse;
}
td[colspan]:not([colspan="1"]) {
background: #eeeeee;
}
thead {
background: #eeeeee;
}