From: Eevee Date: Wed, 30 Sep 2009 07:51:54 +0000 (-0700) Subject: Shuffled base.mako into something like a wireframe design. X-Git-Url: http://git.veekun.com/zzz-floof.git/commitdiff_plain/d8fee06a15a9e20f4238333e9229a783c7a4b9d4?ds=inline Shuffled base.mako into something like a wireframe design. --- diff --git a/floof/public/layout.css b/floof/public/layout.css new file mode 100644 index 0000000..95db22c --- /dev/null +++ b/floof/public/layout.css @@ -0,0 +1,6 @@ +#header { padding: 1em; background: #c0c0c0; } +#header #user { text-align: right; } + +#body { padding: 1em; } + +#footer { padding: 1em; background: #c0c0c0; } diff --git a/floof/templates/base.mako b/floof/templates/base.mako index 50bed27..28003c5 100644 --- a/floof/templates/base.mako +++ b/floof/templates/base.mako @@ -7,11 +7,25 @@ -% if c.user: -

sup ${c.user.name}

-% else: -

not logged in

-% endif + +
${next.body()} +
+