aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-23 08:29:15 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-23 08:29:15 +0000
commit608670fa8788de8cad1a101055e6ed0be65a1a49 (patch)
tree0d70f2c398bbd78b098dc90a936f21a7ae55778a /views/default/css.php
parentdf4226866779f75eacab7f62da36b22dc21d5e44 (diff)
downloadelgg-608670fa8788de8cad1a101055e6ed0be65a1a49.tar.gz
elgg-608670fa8788de8cad1a101055e6ed0be65a1a49.tar.bz2
Fixed text overflow and word-breaking for base theme
git-svn-id: http://code.elgg.org/elgg/trunk@6852 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php2
1 files changed, 2 insertions, 0 deletions
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;
}