diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | stylesheets/stylesheet.css | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,7 @@ <a href="https://github.com/Frug/AJAX-Chat/archive/0.8.8-standalone.tar.gz" id="tar-standalone" class="button button-tar"><span>Download .tar.gz</span></a> </section> <section class="panel clearfix"> - <h3>For phpBB3</h3> + <h3>For phpBB 3.1.* <small>(see old downloads for 3.0.x)</small></h3> <a href="https://github.com/Frug/AJAX-Chat/archive/0.8.8-phpbb3.1.zip" id="zip-phpbb3" class="button button-zip"><span>Download .zip</span></a> <a href="https://github.com/Frug/AJAX-Chat/archive/0.8.8-phpbb3.1.tar.gz" id="tar-phpbb3" class="button button-tar"><span>Download .tar.gz</span></a> </section> diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 8bc2e06..f7239fe 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -96,6 +96,7 @@ code{background-color:#f2f2f2;border:solid 1px #ddd;padding:0 3px} pre{background:#303030;color:#f2f2f2;text-shadow:none;overflow:auto;padding:20px} pre code{color:#f2f2f2;background-color:#303030;border:none;padding:0} +small{font-size:0.8em;} hr{height:1px;line-height:1px;margin-top:1em;padding-bottom:1em;border:none;background:transparent url(../images/hr.png) 50% 0 no-repeat} strong{font-weight:700} em{font-style:italic} |