From a332a7365cc5e4a88c4967b8bb46985dbadd5fce Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Tue, 13 May 2025 10:39:39 +0100 Subject: [toplinks] restyle --- cgi/user.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cgi') diff --git a/cgi/user.cgi b/cgi/user.cgi index a88c695..b24e147 100755 --- a/cgi/user.cgi +++ b/cgi/user.cgi @@ -11,7 +11,7 @@ def link(href, text, remote = false) end def toplinks - $cgi.table(id: "toplinks") { + $cgi.table(class: "toplinks") { $cgi.tr { $cgi.td { link("/" , "Home" ) } + $cgi.td { link("/eamit.html" , "eamit" , true) } + @@ -72,8 +72,8 @@ def page(title, jumbotitle = title) $cgi.link(rel: "stylesheet", href: "styles.css") } + $cgi.body { - $cgi.h1("class" => "jumbo") { jumbotitle } + - $cgi.div { toplinks } + + $cgi.h1(class: "jumbo") { jumbotitle } + + $cgi.div(class: "toplinks") { toplinks } + $page + $cgi.div(id: "quote") { rquote } } -- cgit v1.2.3