From 608670fa8788de8cad1a101055e6ed0be65a1a49 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 23 Aug 2010 08:29:15 +0000 Subject: Fixed text overflow and word-breaking for base theme git-svn-id: http://code.elgg.org/elgg/trunk@6852 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 8cfa5d420..d790cefd5 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -309,6 +309,8 @@ h2 { #elgg_content { /* wraps sidebar and page contents */ width:990px; position: relative; + overflow:hidden; + word-wrap:break-word; margin:0 auto; min-height:400px; } -- cgit v1.2.3