From ca0d3d364bbfbd5fcb65c1153a21469b077ba80e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 22 Feb 2006 22:58:39 +0000 Subject: Bug 316127: Implement an infrastructure to link to the documentation - Patch by Marc Schumann r=vladd a=justdave --- skins/standard/global.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index cddfc96f9..d98770cfd 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -287,6 +287,17 @@ body } /* generic (end) */ +div#docslinks { + float: right; + border: 1px solid black; + padding: 1ex; + font-size: 80%; +} + +#docslinks h2 { + margin: 0; +} + .bz_obsolete { text-decoration: line-through; } .bz_inactive { text-decoration: line-through; } .bz_closed, -- cgit v1.2.3-24-g4f1b