From 0101c21d872d7999bf2789cc1fe29c912e822902 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 29 Apr 2006 23:05:09 +0000 Subject: [PATCH] Aloow wrap of headings. [SVN r33863] --- css_0/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css_0/common.css b/css_0/common.css index bcff9b3..ec1a6f0 100644 --- a/css_0/common.css +++ b/css_0/common.css @@ -43,9 +43,9 @@ a:hover { /* - For IE we can't really control this so we only make sure the container doesn't look strange at small sizes by making the body have enough whitespace. */ -#content h1, #content h2, #content h3 { +/* #content h1, #content h2, #content h3 { white-space: nowrap; -} +} */ /* - New browsers have the easy way to set this. */ .body-0 { min-width: 55em;