diff --git a/doc/www/f.css b/doc/www/f.css index 1518acc..edb3a1b 100644 --- a/doc/www/f.css +++ b/doc/www/f.css @@ -119,6 +119,15 @@ h2.title { text-decoration:none; } +h2.subtitle { + display:block; + color: #000; + font-weight:bold; + padding:5px 0px; + margin: 0px 0px 0px 0px; + font-weight:normal; +} + h2.consol { display:block; color: #000; @@ -130,3 +139,13 @@ h2.consol { background-color:#eee; border:1px dotted; } + +div.center { + position: relative; + text-align: center; +} + +img.border { + border: 1px solid; + margin: 20px 0px 0px 0px; +} diff --git a/doc/www/index.html b/doc/www/index.html index 5f95ca7..b44f10f 100644 --- a/doc/www/index.html +++ b/doc/www/index.html @@ -12,7 +12,6 @@