4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-06-28 03:39:23 +00:00

add links to questions at top of faq page

This commit is contained in:
Jesse Young
2011-09-23 16:44:06 -07:00
parent 62c9965238
commit 9a0b495abf
4 changed files with 74 additions and 13 deletions

View File

@ -85,4 +85,19 @@ a.button:hover
img
{
border:0px;
}
.faq_links li
{
padding-bottom:5px;
}
.faq_links a
{
text-decoration:none;
}
.faq_links a:hover
{
text-decoration:underline;
}