OSDN Git Service

docs: revise space wrapping to avoid "new" tags from breaking new lines alone
authorScott Main <smain@google.com>
Fri, 16 Dec 2011 04:06:32 +0000 (20:06 -0800)
committerScott Main <smain@google.com>
Fri, 16 Dec 2011 04:06:32 +0000 (20:06 -0800)
Temp fix

Change-Id: If99ce3442ec179a46fe3bbe0a06f690527d05eb5

tools/droiddoc/templates-sdk/assets/android-developer-docs.css

index 9378cf3..03073eb 100644 (file)
@@ -68,6 +68,7 @@
 #side-nav li {
   padding:0;
   padding:1px 0 1px 0;
+  white-space:nowrap;
   zoom:1;
 }
 
@@ -82,6 +83,7 @@
   display: inline-block; /* needed to apply padding to line-wraps */
   text-decoration:none;
   padding: 0 0 0 18px;
+  white-space:normal;
   zoom:1;
 }