From: Greg Price Date: Thu, 17 Apr 2008 01:40:26 +0000 (-0400) Subject: first cut at a more visible navbar X-Git-Tag: sipb-xen-www/3.4~49 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/15236dd6cf8f9e205820577a1b9003be5081a323 first cut at a more visible navbar svn path=/trunk/packages/sipb-xen-www/; revision=416 --- diff --git a/code/static/style.css b/code/static/style.css index 685c06e..3b713ec 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -52,3 +52,15 @@ a:link:hover, a:visited:hover { td.error { border: 1px solid red; } + +/* Navigation bar. */ +.navigation { + padding: 0em 1em; + font-size: 125%; + font-weight: bold; + font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif; +} +.navigation li { + display: inline; + padding: .2em; +} diff --git a/code/templates/skeleton.tmpl b/code/templates/skeleton.tmpl index fa056c9..99962db 100644 --- a/code/templates/skeleton.tmpl +++ b/code/templates/skeleton.tmpl @@ -46,15 +46,15 @@ function helppopup(name){ #if not $varExists('simple') or not $simple

[You are logged in as $user.]

- +
#if $varExists('result')