1
0
Fork 0

Added bugs page

website
Mike Gerwitz 2013-12-25 00:40:43 -05:00
parent 18884274d3
commit a2abc9cef8
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
3 changed files with 20 additions and 7 deletions

15
bugs.html 100644
View File

@ -0,0 +1,15 @@
<p>
Issues and bugs may be reported to the <a
href="https://lists.gnu.org/mailman/listinfo/bug-easejs">bug-easejs</a>
mailing list or via the project page on <a
href="https://savannah.gnu.org/projects/easejs/">Savannah</a>.
</p>
<h3>Getting Help</h3>
<p>
Be sure to check out the <a href="manual.html">manual</a>; it probably
contains the information you are looking for. Otherwise, feel free to send a
message to the <a
href="https://lists.gnu.org/mailman/listinfo/help-easejs">help-easejs</a>
mailing list.
</p>

View File

@ -19,11 +19,7 @@
<li id="download"><a href="download.html">Download</a></li> <li id="download"><a href="download.html">Download</a></li>
<li id="manual"><a href="manual.html">Manual</a></li> <li id="manual"><a href="manual.html">Manual</a></li>
<li id="source"><a href="source.html">Source Code</a></li> <li id="source"><a href="source.html">Source Code</a></li>
<li id="bugs"> <li id="bugs"><a href="bugs.html">Support / Bugs</a></li>
<a href="https://savannah.nongnu.org/projects/easejs/">
Support / Bugs
</a>
</li>
</ul> </ul>
</div> </div>

View File

@ -132,7 +132,8 @@ a:hover {
body.index #about a, body.index #about a,
body.news #news a, body.news #news a,
body.download #download a, body.download #download a,
body.man #manual a, body.manual #manual a,
body.bugs #bugs a,
body.source #source a { body.source #source a {
background-color: #204a87; background-color: #204a87;
} }
@ -140,7 +141,8 @@ body.source #source a {
body.index #about a, body.index #about a,
body.news #news a, body.news #news a,
body.download #download a, body.download #download a,
body.man #manual a, body.manual #manual a,
body.bugs #bugs a,
body.source #source a { body.source #source a {
color: #f57900; color: #f57900;
} }