You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by du...@apache.org on 2013/10/02 01:53:19 UTC

svn commit: r1528273 - /cloudstack/site/trunk/content/css/cloudstack.css

Author: duffy
Date: Tue Oct  1 23:53:19 2013
New Revision: 1528273

URL: http://svn.apache.org/r1528273
Log:
Prevent long links from breaking out of containers

Modified:
    cloudstack/site/trunk/content/css/cloudstack.css

Modified: cloudstack/site/trunk/content/css/cloudstack.css
URL: http://svn.apache.org/viewvc/cloudstack/site/trunk/content/css/cloudstack.css?rev=1528273&r1=1528272&r2=1528273&view=diff
==============================================================================
--- cloudstack/site/trunk/content/css/cloudstack.css (original)
+++ cloudstack/site/trunk/content/css/cloudstack.css Tue Oct  1 23:53:19 2013
@@ -24,6 +24,9 @@ body {
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 11pt;
   margin: 0;
+  word-break: break-all;
+  -ms-word-break: break-all;
+  word-break: break-word;
 }
 
 a {