diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-12-04 08:46:20 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-12-04 08:46:20 +0100 |
commit | 738dd43449b86da6f61ad10ee7f2f0cea6f505f5 (patch) | |
tree | 65cb6a1b366132965eacc62fc172b33cda6ec948 /cgi-bin/css/lxrng.css | |
parent | 66d7d426aef422521ee4ee6953fb888aac9813da (diff) | |
parent | 15f50e9ba5f64594ac610ad42ac75e484147f8a2 (diff) |
Merge branch 'master' of /home/argggh/git/lxrng/
Diffstat (limited to 'cgi-bin/css/lxrng.css')
-rw-r--r-- | cgi-bin/css/lxrng.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cgi-bin/css/lxrng.css b/cgi-bin/css/lxrng.css index d8c18d3..f5d84c0 100644 --- a/cgi-bin/css/lxrng.css +++ b/cgi-bin/css/lxrng.css @@ -1,3 +1,5 @@ +/* -*- mode: fundamental -*- */ + body { font-family: sans-serif; margin-top: 3px; @@ -114,8 +116,28 @@ body.popup div.search_results { margin: 1px; } +span.identtype { + display: block; +/* font-weight: bold; */ + font-style: italic; + margin-top: 10px; + margin-left: 1em; +} + +span.resultline { + display: block; + margin-left: 2em; +} + +span.resultdetails { + font-size: 75%; +/* font-style: italic; */ +} + div.query_desc { font-weight: bold; + margin-top: 10px; + margin-bottom: 5px; } span.close-button { |