From 4a3b68e804d74892b0db2626cf72b0d3e3d1a898 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 30 Oct 2007 12:36:07 +0000 Subject: [PATCH] add some more html stuff git-svn-id: svn+ssh://en.codiert.org/home/staff/ben/dev/misc.svn/projects/fpgafs@441 766a2236-cff9-0310-b0c0-a81a5f92509a --- doc/www/f.css | 19 ++++++++++++++++ doc/www/index.html | 56 ++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 71 insertions(+), 4 deletions(-) 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 @@