diff --git a/bugs.html b/bugs.html new file mode 100644 index 0000000..2b9bacd --- /dev/null +++ b/bugs.html @@ -0,0 +1,15 @@ +

+ Issues and bugs may be reported to the bug-easejs + mailing list or via the project page on Savannah. +

+ +

Getting Help

+

+ Be sure to check out the manual; it probably + contains the information you are looking for. Otherwise, feel free to send a + message to the help-easejs + mailing list. +

diff --git a/includes/header.html b/includes/header.html index 3af7406..1bf727c 100644 --- a/includes/header.html +++ b/includes/header.html @@ -19,11 +19,7 @@
  • Download
  • Manual
  • Source Code
  • -
  • - - Support / Bugs - -
  • +
  • Support / Bugs
  • diff --git a/style.css b/style.css index c92251a..a20d1d0 100644 --- a/style.css +++ b/style.css @@ -132,7 +132,8 @@ a:hover { body.index #about a, body.news #news a, body.download #download a, -body.man #manual a, +body.manual #manual a, +body.bugs #bugs a, body.source #source a { background-color: #204a87; } @@ -140,7 +141,8 @@ body.source #source a { body.index #about a, body.news #news a, body.download #download a, -body.man #manual a, +body.manual #manual a, +body.bugs #bugs a, body.source #source a { color: #f57900; }