diff options
-rw-r--r-- | cgi-bin/css/lxrng.css | 20 | ||||
-rw-r--r-- | tmpl/header.tt2 | 2 |
2 files changed, 21 insertions, 1 deletions
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 @@ <div class="headingtop"></div> <span class="lxr_title"> - <span class="lxr_l">l</span><span class="lxr_x">x</span><span class="lxr_r">r</span> + <span class="lxr_logo"><a href="..">LXR</a></span> <span id="current_path"> <a href="../[% context.vtree %]/">[% context.tree %]/</a>[% FOREACH elem = context.path_elements |