Cleaned up some wording, updated stylesheet.
This commit is contained in:
parent
74d9df9c24
commit
4ad94bc812
2 changed files with 8 additions and 7 deletions
|
@ -44,12 +44,12 @@
|
||||||
significant changes to complex and tightly coupled code.</p>
|
significant changes to complex and tightly coupled code.</p>
|
||||||
|
|
||||||
<p>LLADD allows application developers to make such changes easily,
|
<p>LLADD allows application developers to make such changes easily,
|
||||||
by providing clean interfaces between its subsystems, and by
|
by providing clean interfaces between its subsystems and by
|
||||||
exporting enough of its functionality to application developers to
|
exporting enough of its functionality to application developers to
|
||||||
allow custom, application-specific transactional storage
|
allow custom, application-specific transactional storage
|
||||||
mechanisms to be developed easily.</p>
|
mechanisms to be developed easily.</p>
|
||||||
|
|
||||||
<h1>LLADD's feature list</h1>
|
<h1>Features</h1>
|
||||||
|
|
||||||
<p>LLADD is still under heavy development, and we anticipate changes to
|
<p>LLADD is still under heavy development, and we anticipate changes to
|
||||||
a number of the API's that it exports. Here is a list of some of
|
a number of the API's that it exports. Here is a list of some of
|
||||||
|
@ -97,8 +97,8 @@
|
||||||
|
|
||||||
<p>A design goal of our library is to avoid imposing any unnecessary
|
<p>A design goal of our library is to avoid imposing any unnecessary
|
||||||
structure upon the applications that make use of it. Therefore, the
|
structure upon the applications that make use of it. Therefore, the
|
||||||
storage structures listed above can be considered starting points
|
storage structures listed above can be used as starting points
|
||||||
for application specific storage mechanisms, although they still are
|
for application specific storage mechanisms, although they are also
|
||||||
designed to be useful "out of the box".</p>
|
designed to be useful "out of the box".</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -38,12 +38,13 @@ body {
|
||||||
.titlebar {
|
.titlebar {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0%;
|
top: 0%;
|
||||||
height: 2em;
|
height: 3.1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #AEBED7;
|
background-color: #C4D6F2;
|
||||||
}
|
}
|
||||||
.pagename {
|
.pagename {
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
font-size: 14pt;
|
||||||
color: black;
|
color: black;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0%;
|
top: 0%;
|
||||||
|
@ -68,7 +69,7 @@ h1 {
|
||||||
.sidebar {
|
.sidebar {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2em;
|
top: 3.1em;
|
||||||
left: 0%;
|
left: 0%;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
Loading…
Reference in a new issue