diff options
author | Philip Nicolcev <frugen@gmail.com> | 2016-04-17 21:22:48 -0400 |
---|---|---|
committer | Philip Nicolcev <frugen@gmail.com> | 2016-04-17 21:22:48 -0400 |
commit | dc43d3ceb22646eb4f8e04748964653fa3ef6ea3 (patch) | |
tree | 863a77a839ec0fb3b9f2a6f148470a99de933ceb | |
parent | 729948c3bfda43324514b7d0ac29316fe92e5649 (diff) | |
download | AJAX-Chat-origin/gh-pages.zip AJAX-Chat-origin/gh-pages.tar.gz AJAX-Chat-origin/gh-pages.tar.bz2 |
phpbb3.1 linkorigin/gh-pages
-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} |