-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Firefox does not support white-space: pre-wrap, which means
that white space
is not being displayed (websvn 2.0rc4). The patch below
fixes the issue:
- --- templates/Standard/styles.css.orig 2006-05-12
15:45:46.000000000 -0700
+++ templates/Standard/styles.css 2006-10-26
08:13:14.000000000 -0700
 -89,5
+89,5 
.groupname { padding-left: 0px; text-indent: -25px; margin:
3px 0 3px 0;}
.switchcontent { margin: 3px 0 0 20px; }
- -code { white-space: pre-wrap; }
+code { white-space: pre; white-space: pre-wrap; }
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFQU1XSSwGp5sTYNkRAs+SAJ9Agi32kwRgtKeQGoy0PgLuz3DhMgCg
vZ/2
2MdaootUNUKehoCNilHOR1M=
=FIa+
-----END PGP SIGNATURE-----
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe websvn.tigris.org
For additional commands, e-mail: dev-help websvn.tigris.org
|