aboutsummaryrefslogtreecommitdiff
path: root/web/view
diff options
context:
space:
mode:
authorPjotr Prins2023-09-12 10:02:34 -0500
committerPjotr Prins2023-09-12 10:02:34 -0500
commita3aa5b9ea09d71cb86884176bf5bb89270aef5a3 (patch)
tree713ac78ea4feee3f5ae64eb88cbe49fd1e43d9c4 /web/view
parentacaea1fb7d6544a98867a16b283085592a042b9f (diff)
downloadgn-guile-a3aa5b9ea09d71cb86884176bf5bb89270aef5a3.tar.gz
pico.css works
Diffstat (limited to 'web/view')
-rw-r--r--web/view/brand/aging.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/view/brand/aging.scm b/web/view/brand/aging.scm
index 6d196ad..62b5df7 100644
--- a/web/view/brand/aging.scm
+++ b/web/view/brand/aging.scm
@@ -35,13 +35,14 @@
(@ (rel "stylesheet")
(media "screen")
(type "text/css")
- (href "/css/pico.min.css")
+ (href "/css/pico.css")
))
,@head)
(body
- (img (@ (src "/static/images/ole-farmer.jpg") (alt "ol farmer by hohumhobo is licensed under CC BY 2.0") (align "right") (width "400")))
+ (main (@ (class "container"))
+ (img (@ (src "/static/images/ole-farmer.jpg") (alt "ol farmer by hohumhobo is licensed under CC BY 2.0") (width "400")))
(h1 ,title)
- (p ,info)
+ (p ,info)))
(footer
(hr)
(p "Copyright © 2005-2023 "
@@ -49,4 +50,4 @@
(p "GeneNetwork and this website runs fully on free software. See status and download the "
(a (@ (href "https://ci.genenetwork.org/"))
"source code") "."))
- ))))
+ )))