diff options
author | lpsolit%gmail.com <> | 2006-02-22 23:58:39 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-02-22 23:58:39 +0100 |
commit | ca0d3d364bbfbd5fcb65c1153a21469b077ba80e (patch) | |
tree | 8499115d46acad658026feb6eeed642a940e0666 /skins | |
parent | 947e78213b1a987b483a9c29f3436dc15a80d6e0 (diff) | |
download | bugzilla-ca0d3d364bbfbd5fcb65c1153a21469b077ba80e.tar.gz bugzilla-ca0d3d364bbfbd5fcb65c1153a21469b077ba80e.tar.xz |
Bug 316127: Implement an infrastructure to link to the documentation - Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 11 |
1 files changed, 11 insertions, 0 deletions
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, |