Archived
1
0

Linking to the user guide from various locations.

This commit is contained in:
Dan Helfman 2007-11-07 00:18:44 +00:00
parent 7552157865
commit af8aa06ae0
4 changed files with 10 additions and 2 deletions

View File

@ -90,3 +90,7 @@ ul li {
ol li {
margin-top: 0.5em;
}
.small_text {
font-size: 90%;
}

View File

@ -543,5 +543,5 @@ ol li {
}
.small_text {
font-size: 80%;
font-size: 90%;
}

View File

@ -1,6 +1,9 @@
<span class="small_text">
<a href="/static/images/tour.png" target="_new">take a tour</a> -
<a href="/users/demo" target="_top">try the demo</a> -
<a href="/notebooks/%s?note_id=new" target="_top">sign up</a> -
<a href="/notebooks/%s?note_id=new">faq</a> -
<a href="/guide" target="_top">user guide</a> -
<a href="/notebooks/%s?note_id=new">meet the team</a> -
<a href="/notebooks/%s?note_id=new">contact info</a>
</span>

View File

@ -24,4 +24,5 @@ automatically. If you'd like a particular note to be displayed whenever you
login, select "show on startup" under options.
<p>That's all you need to know to get started with your Luminotes wiki. It's
really that easy. Enjoy!</p>
really that easy. There's also a <a href="/guide" target=_top">Luminotes user
guide</a> with more detailed information. Enjoy!</p>