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>
|
||||
|
||||
<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
|
||||
allow custom, application-specific transactional storage
|
||||
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
|
||||
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
|
||||
structure upon the applications that make use of it. Therefore, the
|
||||
storage structures listed above can be considered starting points
|
||||
for application specific storage mechanisms, although they still are
|
||||
storage structures listed above can be used as starting points
|
||||
for application specific storage mechanisms, although they are also
|
||||
designed to be useful "out of the box".</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -38,12 +38,13 @@ body {
|
|||
.titlebar {
|
||||
position: relative;
|
||||
top: 0%;
|
||||
height: 2em;
|
||||
height: 3.1em;
|
||||
width: 100%;
|
||||
background-color: #AEBED7;
|
||||
background-color: #C4D6F2;
|
||||
}
|
||||
.pagename {
|
||||
font-weight: bolder;
|
||||
font-size: 14pt;
|
||||
color: black;
|
||||
position: relative;
|
||||
top: 0%;
|
||||
|
@ -68,7 +69,7 @@ h1 {
|
|||
.sidebar {
|
||||
text-align: left;
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
top: 3.1em;
|
||||
left: 0%;
|
||||
width: 20%;
|
||||
}
|
Loading…
Reference in a new issue