From: g0dil Date: Fri, 11 May 2007 17:43:41 +0000 (+0000) Subject: Layout fixes X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=6adf2654f6d2519f2f3b581f5e6cfe0e8edf9a60;p=senf.git Layout fixes git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@243 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox index 0d47e2d..85100bc 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 + Implementation plan */ /** \page ppi_implementation Implementation Overview diff --git a/doclib/senf.css b/doclib/senf.css index 930f542..8c84bf4 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;