User: SimonAW Date: 2008-07-02 20:36:35+0000 Modified: de/www/testdir/doc/doc.css de/www/testdir/doc/index.html
Log: Dok'portal Entwurf #1 File Changes: Directory: /de/www/testdir/doc/ =============================== File [changed]: doc.css Url: http://de.openoffice.org/source/browse/de/www/testdir/doc/doc.css?r1=1.4&r2=1.5 Delta lines: +10 -0 -------------------- --- doc.css 2008-07-02 19:28:35+0000 1.4 +++ doc.css 2008-07-02 20:36:32+0000 1.5 @@ -6,6 +6,12 @@ */ /* Feedinfo */ + +#feedinfo { + margin-top: 1em; + margin-bottom: 2em; +} + #feedinfo td { padding-left: 10px; font-weight: bold; @@ -60,3 +66,7 @@ font-weight: bold; } +/* De Doc Footer */ +#de-doc-footer { + font-size: .8em; +} File [changed]: index.html Url: http://de.openoffice.org/source/browse/de/www/testdir/doc/index.html?r1=1.6&r2=1.7 Delta lines: +12 -1 -------------------- --- index.html 2008-07-02 19:16:44+0000 1.6 +++ index.html 2008-07-02 20:36:32+0000 1.7 @@ -138,6 +138,17 @@ </table> + <div id="de-doc-footer"> + <p> + Diese Seite wird gepflegt von + <a href="/dev/members/wuhlig.html">Wolfgang Uhlig</a> und + <a href="/dev/members/simonaw.html">Simon A. Wilper</a>. + <br /> + Idee und erste Umsetzung sind von + <a href="/dev/members/andreasma.html">Andreas Mantke</a>. + </p> + </div> + <!-- End Body --> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
