From 857f06eee09f93d5249dc2f379edf10b4d4f62a2 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Fri, 30 Nov 2007 10:42:52 +0100 Subject: "Home" link. --- cgi-bin/css/lxrng.css | 20 ++++++++++++++++++++ tmpl/header.tt2 | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/cgi-bin/css/lxrng.css b/cgi-bin/css/lxrng.css index f6a13dc..d4fdadf 100644 --- a/cgi-bin/css/lxrng.css +++ b/cgi-bin/css/lxrng.css @@ -29,6 +29,26 @@ span.lxr_r { border-width: 1px; } +span.lxr_logo { + text-transform: uppercase; + font-weight: normal; + margin-left: 5px; + padding-right: 5px; + border-right: solid; + border-width: 1px; +} + +div.prose { + margin-left: 20px; + margin-right: 20px; + max-width: 40em; +} +span.section { + font-weight: bold; + display: block; + margin-top: 10px; +} + span.lxr_menu { /* float: right; */ } diff --git a/tmpl/header.tt2 b/tmpl/header.tt2 index 12c2b8b..78be13f 100644 --- a/tmpl/header.tt2 +++ b/tmpl/header.tt2 @@ -44,7 +44,7 @@
- lxr + [% context.tree %]/[% FOREACH elem = context.path_elements -- cgit v1.2.3