aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-01-02 21:17:46 +0000
committerChristopher Baines <mail@cbaines.net>2020-01-02 21:17:46 +0000
commite859cc9a4a9bb83b07d55408c72a94c5691fd721 (patch)
tree23922f94fe4a177161dc71050d6023c7759ac2f3 /guix-data-service
parent83c86431aea48062e4f63bc13fd4dde44faa3fa7 (diff)
downloaddata-service-e859cc9a4a9bb83b07d55408c72a94c5691fd721.tar
data-service-e859cc9a4a9bb83b07d55408c72a94c5691fd721.tar.gz
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.
Diffstat (limited to 'guix-data-service')
-rw-r--r--guix-data-service/web/view/html.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index cf718a8..4c1c9ce 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -79,11 +79,6 @@
(@ (rel "stylesheet")
(media "screen")
(type "text/css")
- (href "/assets/css/reset.css")))
- (link
- (@ (rel "stylesheet")
- (media "screen")
- (type "text/css")
(href "/assets/css/bootstrap.css")))
,@head
(link