author | Michael Krelin <hacker@klever.net> | 2006-12-18 19:38:28 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-12-18 19:38:28 (UTC) |
commit | 002d5f2713b1ff43ca5b95d2913e3d7c3ecf8b94 (patch) (side-by-side diff) | |
tree | a27e4984c582b9a4a7a3f7352ad01cc352634221 /content | |
parent | 0f814a85fbbe5b06efb7cd70ae4eb4bdd6c40910 (diff) | |
download | fireflix-002d5f2713b1ff43ca5b95d2913e3d7c3ecf8b94.zip fireflix-002d5f2713b1ff43ca5b95d2913e3d7c3ecf8b94.tar.gz fireflix-002d5f2713b1ff43ca5b95d2913e3d7c3ecf8b94.tar.bz2 |
added "what's new?" link to help file and prepared for release0.0.6
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@243 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix.css | 21 | ||||
-rw-r--r-- | content/help.xml | 3 |
2 files changed, 24 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css index 06ae28a..0164b4b 100644 --- a/content/fireflix.css +++ b/content/fireflix.css @@ -130,2 +130,23 @@ html div.copyright a { +html p.whatsnew { + font-size: 80%; + margin: 0px 0px 0px 50%; + text-align: center; +} +html p.whatsnew a { + display: block; + padding: 1px; + border-style: solid; + border-width: 1px; + border-color: #c0c0c0 #808080 #808080 #c0c0c0; + background: white; color: black; + text-decoration: none; +} +html p.whatsnew a em { font-style: normal; font-weight: bold; } +html p.whatsnew a:hover { + border-color: #808080 #c0c0c0 #c0c0c0 #808080; + background: black; color: white; +} +html p.whatsnew a:hover em { color: red; } + button.lean { diff --git a/content/help.xml b/content/help.xml index ab4f4e2..11b5c26 100644 --- a/content/help.xml +++ b/content/help.xml @@ -1,2 +1,3 @@ <?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE dialog SYSTEM "chrome://fireflix/locale/fireflix.dtd"> <html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> @@ -9,2 +10,4 @@ <p>This is a brief overview of things you can do with <a href="http://kin.klever.net/fireflix/">fireflix</a>.</p> + + <p class="whatsnew"><a href="http://kin.klever.net/fireflix/changelog?v=&autoconf.version;">What's new in <em>&autoconf.version;</em></a></p> |