diff --git a/doc/index.html b/doc/index.html index 9eba720..da7be20 100644 --- a/doc/index.html +++ b/doc/index.html @@ -44,12 +44,12 @@ significant changes to complex and tightly coupled code.

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.

-

LLADD's feature list

+

Features

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 @@

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".

diff --git a/doc/site/lladd.css b/doc/site/lladd.css index 30f27a8..c595d27 100644 --- a/doc/site/lladd.css +++ b/doc/site/lladd.css @@ -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%; } \ No newline at end of file