From 0099192688966ca407030058548e2c38be37e43b Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 12 Mar 2013 17:41:12 +0000 Subject: Add word-wrap:break-word to deal with long words. --- tuxlite_zf/static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tuxlite_zf/static/css') diff --git a/tuxlite_zf/static/css/style.css b/tuxlite_zf/static/css/style.css index 5c3d26b..e908a7f 100644 --- a/tuxlite_zf/static/css/style.css +++ b/tuxlite_zf/static/css/style.css @@ -1,6 +1,7 @@ /* Misc */ .button { background-color: #0090d3; } a { color: #0090d3; } +body { word-wrap:break-word; } /* Base.html - top navigation */ .top-bar { @@ -45,4 +46,4 @@ hr.gradient { background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); -} \ No newline at end of file +} -- cgit v1.1