diff --git a/web/common.php b/web/common.php index 4e2f05c558..81aad8ba14 100644 --- a/web/common.php +++ b/web/common.php @@ -20,6 +20,8 @@ function page_header( $title ) /* The link bar. */ echo "\n"; linkbar(); + + echo '' . "\n"; /* Contents of the page. */ echo "\n"; diff --git a/web/deng.css b/web/deng.css index ed31a41aef..f87cf7d5f9 100644 --- a/web/deng.css +++ b/web/deng.css @@ -38,6 +38,8 @@ a:hover td.titlebar { background-color: #797; + background-image: url(images/titlebar.gif); + background-repeat: repeat-x; border-bottom: 1px solid #676; color: white; font-family: serif; @@ -54,6 +56,8 @@ td.titlebar .separator .linkbar { background-color: #9a9; + background-image: url(images/linkbar.gif); + background-repeat: repeat-x; border-bottom: 1px solid #888; text-align: center; padding: 0.5ex; @@ -74,6 +78,13 @@ td.linkbar a:hover color: white; } +td.shadow +{ + background-image: url(images/grayshadow.gif); + background-repeat: repeat-x; + height: 5px; +} + td.contentbar { border-bottom: 1px solid #888; @@ -91,6 +102,7 @@ td.menu text-align: right; width: 25%; padding: 1.5ex; + padding-top: 1ex; } td.menu a @@ -114,6 +126,7 @@ td.content vertical-align: top; width: 65%; padding: 1em; + padding-top: 0.75em; } td.content a