diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:53:22 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:53:22 +0100 |
commit | 15807a49404bb8752db5f290ca50bf4e67506d83 (patch) | |
tree | 6661a1016dfe772442ac309223039994e2281e73 /cgi/user.cgi | |
parent | f5981c97ab8d62b80ac64f141bcbc5a8db3d6b04 (diff) |
[toplinks] restyle
Diffstat (limited to 'cgi/user.cgi')
-rwxr-xr-x | cgi/user.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi index 5cbeed8..7336a15 100755 --- a/cgi/user.cgi +++ b/cgi/user.cgi @@ -72,10 +72,10 @@ def page(title, jumbotitle = title) $cgi.link(rel: "stylesheet", href: "styles.css") } + $cgi.body { - $cgi.div(class: "jumbo") { - $cgi.h1(class: "jumbo") { jumbotitle } + $cgi.div(class: "pagetop") { + $cgi.h1(class: "jumbo") { jumbotitle } + + toplinks } + - $cgi.div(class: "toplinks") { toplinks } + $page + $cgi.div(id: "quote") { rquote } } |