Mailing List Archive

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 <allan@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