2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
Commit graph

7 commits

Author SHA1 Message Date
Christopher Baines 4492b9b69d Bring back the old table header style
The reset.css stylesheet led to this behaviour, so override Bootstrap here to
bring it back.
2020-01-02 21:19:18 +00:00
Christopher Baines 467dcf736a Remove a workaround put in for list styling
This was useful with the reset.css stylesheet, but now that has been removed,
remove this too.
2020-01-02 21:18:50 +00:00
Christopher Baines e859cc9a4a Remove the reset.css stylesheet
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.
2020-01-02 21:17:46 +00:00
Christopher Baines 7c199c1416 Run the logo.png through optipng 2019-10-05 12:49:48 +01:00
Christopher Baines 970bcb31cf Tweak screen.css to display paragraphs and lists better 2019-09-21 12:41:52 +01:00
Christopher Baines 33e6b35972
Remove the bottom margin from the header
As it's a bit unnecessary.
2019-03-16 18:59:29 +00:00
Christopher Baines 5a9262b38d
Initial commit
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
2019-02-07 22:26:57 +00:00