aboutsummaryrefslogtreecommitdiff
path: root/assets
Commit message (Collapse)AuthorAge
* Bring back the old table header styleChristopher Baines2020-01-02
| | | | | The reset.css stylesheet led to this behaviour, so override Bootstrap here to bring it back.
* Remove a workaround put in for list stylingChristopher Baines2020-01-02
| | | | | This was useful with the reset.css stylesheet, but now that has been removed, remove this too.
* Remove the reset.css stylesheetChristopher Baines2020-01-02
| | | | | | This was copied over from Mumi, but I've noticed some styling issues with lists, and I'm not sure how well it interacts with Bootstrap. Simpler is better, so lets just try removing it.
* Run the logo.png through optipngChristopher Baines2019-10-05
|
* Tweak screen.css to display paragraphs and lists betterChristopher Baines2019-09-21
|
* Remove the bottom margin from the headerChristopher Baines2019-03-16
| | | | As it's a bit unnecessary.
* Initial commitChristopher Baines2019-02-07
This is a service designed to provide information about Guix. At the moment, this initial prototype gathers up information about packages, the associated metadata and derivations. The initial primary use case is to compare two different revisions of Guix, detecting which packages are new, no longer present, updated or otherwise different. It's based on the Mumi project. [1]: https://git.elephly.net/software/mumi.git