You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2006/01/26 22:49:16 UTC

svn commit: r372620 - /perl/modperl/docs/trunk/src/style.css

Author: stas
Date: Thu Jan 26 13:49:15 2006
New Revision: 372620

URL: http://svn.apache.org/viewcvs?rev=372620&view=rev
Log:
removed unused class selectors for br/small tags (which was causing problems in 
some browsers)
Submitted by: allan juul <al...@muly.dk>

Modified:
    perl/modperl/docs/trunk/src/style.css

Modified: perl/modperl/docs/trunk/src/style.css
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/style.css?rev=372620&r1=372619&r2=372620&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/style.css (original)
+++ perl/modperl/docs/trunk/src/style.css Thu Jan 26 13:49:15 2006
@@ -471,33 +471,6 @@
     font-family: helvetica, arial, verdana, sans-serif;
 }
 
-
-
-/*** notorious space gif feat ***/
-/*
-we use the html tag <small> for this feat, hence that tag wont work as normal
-we can [probably] use any non block tag we want
-*/
-
-small.nbr{
-    font-family: helvetica, arial, verdana, sans-serif;
-    font-size: 1px ;
-    line-height: 1px;
-    display: run-in ;  /* must _not_ be "inline" */
-}
-
-br.smallbr {
-    font-family: helvetica, arial, verdana, sans-serif;
-    font-size: 1px ;
-    line-height: 1px;
-    display: run-in ;
-}
-
-/* opera, ns6 display inline if you meet <small class="nbr"> , display must not be #inline" for opera*/
-small[class="nbr"] {
-    display: block;
-}
-
 /* for internet explorer 5.5 windows nt/2000, others? */
 small {
     display: none;



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org


Re: svn commit: r372620 - /perl/modperl/docs/trunk/src/style.css

Posted by Stas Bekman <st...@stason.org>.
stas@apache.org wrote:
> Author: stas
> Date: Thu Jan 26 13:49:15 2006
> New Revision: 372620
> 
> URL: http://svn.apache.org/viewcvs?rev=372620&view=rev
> Log:
> removed unused class selectors for br/small tags (which was causing problems in 
> some browsers)
> Submitted by: allan juul <al...@muly.dk>

I've updated the website (forced rebuild)

-- 
_____________________________________________________________
Stas Bekman mailto:stas@stason.org  http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book       http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org