From aee82b636f867865ba00cb25d2a021f9f4e2aab4 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Thu, 13 Mar 2003 19:56:51 +0000 Subject: added Franks menu svn path=/trunk/; revision=467 --- htdocs/pd.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'htdocs/pd.css') diff --git a/htdocs/pd.css b/htdocs/pd.css index b6b5e233..e21fbe77 100644 --- a/htdocs/pd.css +++ b/htdocs/pd.css @@ -86,3 +86,28 @@ P.small { padding: 5px; } + +#Content>p {margin:0px;} +#Content>p+p {text-indent:30px;} + +#Content { + margin:0px 50px 50px 160px; + padding:10px; + } + +#Menu { + position:absolute; + top:120px; + left:10px; + width:150px; + padding:10px; + line-height:17px; +/* Again, the ugly brilliant hack. */ + voice-family: "\"}\""; + voice-family:inherit; + width:140px; + } +/* Again, "be nice to Opera 5". */ +body>#Menu {width:140px;} + + -- cgit v1.2.1