help.html: tweak the navbar a bit.
parent
d890f410bf
commit
ba81ca3fa6
|
@ -76,11 +76,12 @@ M: pathname url-of
|
|||
[XML
|
||||
<div class="navbar">
|
||||
<b> Factor Documentation </b> |
|
||||
<a href="/">Home</a> |
|
||||
<a href=<->>Glossary</a> |
|
||||
<a href="http://factorcode.org">Factor</a>
|
||||
<a href="/">Home</a>
|
||||
<a href=<->>Glossary</a>
|
||||
<form method="get" action="/search" style="display:inline;">
|
||||
<input name="search" type="text"/>
|
||||
<button type="submit">Search</button>
|
||||
<input placeholder="Search" name="search" type="text"/>
|
||||
<input type="submit" value="Go"/>
|
||||
</form>
|
||||
<a href="http://factorcode.org" style="float:right; padding: 4px;">factorcode.org</a>
|
||||
</div>
|
||||
|
|
|
@ -17,6 +17,12 @@ a:visited { text-decoration: none; color: #104e8b; }
|
|||
a:active { text-decoration: none; color: #104e8b; }
|
||||
a:hover { text-decoration: underline; color: #104e8b; }
|
||||
|
||||
input {
|
||||
border: 1px solid #999999;
|
||||
font-size: smaller;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #f3f2ea;
|
||||
padding: 10px;
|
||||
|
@ -24,6 +30,12 @@ a:hover { text-decoration: underline; color: #104e8b; }
|
|||
font: 12pt sans-serif;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
border-right: 1px solid #999;
|
||||
padding-right: 10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.page {
|
||||
font-size: 120%;
|
||||
margin: 20px;
|
||||
|
|
Loading…
Reference in New Issue