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:
parent
8a676a2b9d
commit
bb9537b824
7 changed files with 86 additions and 54 deletions
|
@ -274,3 +274,11 @@ table {
|
|||
border: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
td[colspan]:not([colspan="1"]) {
|
||||
background: #eeeeee;
|
||||
}
|
||||
|
||||
thead {
|
||||
background: #eeeeee;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue