fix the top jump
git-svn-id: svn+ssh://en.codiert.org/home/staff/ben/dev/misc.svn/projects/fpgafs@437 766a2236-cff9-0310-b0c0-a81a5f92509a
This commit is contained in:
parent
f209b8a163
commit
769336dc54
@ -57,11 +57,24 @@ a:hover {border-top: 1px dotted;}
|
||||
}
|
||||
body>#header {height:14px;}
|
||||
|
||||
#conspace {
|
||||
margin:0px 50px 50px 10px;
|
||||
top:0px;
|
||||
padding:0px;
|
||||
width:5px;
|
||||
height:59px;
|
||||
/*background-color:black;*/
|
||||
z-index:0;
|
||||
voice-family: "\"}\"";
|
||||
voice-family:inherit;
|
||||
width:5px; /* the correct height */
|
||||
height:40px; /* the correct height */
|
||||
}
|
||||
|
||||
#content {
|
||||
margin:0px 50px 50px 10px;
|
||||
position:absolute;
|
||||
top:100px;
|
||||
top:0px;
|
||||
padding:10px;
|
||||
width:619px;
|
||||
z-index:0;
|
||||
|
@ -24,7 +24,9 @@
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<h1>FPGAFS</h1><a name="top" id="top"></a>
|
||||
<a name="top" id="top"></a>
|
||||
<div id="conspace"> </div>
|
||||
<h1>FPGAFS</h1>
|
||||
<p>It provides a framework for a high performance reconfigurable computer
|
||||
environment. The abstraction between the reconfigurable device and the
|
||||
user application is simplified by using a virtual filesystem and a thread
|
||||
|
Loading…
Reference in New Issue
Block a user