From dced8f9f9721e441162dd91cdd380011401de6db Mon Sep 17 00:00:00 2001 From: g0dil <g0dil@wiback.org> Date: Fri, 11 May 2007 17:43:41 +0000 Subject: [PATCH] Layout fixes --- PPI/Mainpage.dox | 3 ++- doclib/senf.css | 11 ++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox index 0d47e2d3d..85100bc63 100644 --- a/PPI/Mainpage.dox +++ b/PPI/Mainpage.dox @@ -297,7 +297,8 @@ \li Exception handling. It would be great to have a sane default exception handling freeing us from most manual work. However, I don't think this is feasible. - \see \ref ppi_implementation + \see \ref ppi_implementation \n + <a href="http://openfacts.berlios.de/index-en.phtml?title=SENF:_Packet_Processing_Infrastructure">Implementation plan</a> */ /** \page ppi_implementation Implementation Overview diff --git a/doclib/senf.css b/doclib/senf.css index 930f54208..8c84bf418 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -53,13 +53,18 @@ body { #head li { list-style-type: none; - margin: 0 0 0 15px; - padding: 0 0 0 5px; + margin: 0 0 0 10px; + padding: 0 10px 0 0; float: right; - border-left: 4px solid #726921; + border-right: 1px solid #726921; height: 14px; } +#head li:first-child { + border-right: none; + padding: 0; +} + #head a { font-weight: normal; color: inherit; -- GitLab