diff options
author | Scott Main <smain@google.com> | 2011-12-15 20:10:53 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-12-15 20:10:53 -0800 |
commit | 92c32ea079eaa130ef0670d17cf493800df25653 (patch) | |
tree | 65c0fea80b345f52e59a92c3f145ca3b2debff9e | |
parent | 02f547834aae9a476549c20f8c8033a162bf528b (diff) | |
parent | c4e8801c2d059aa68e59069c5cc03adb2d464e6b (diff) | |
download | build-92c32ea079eaa130ef0670d17cf493800df25653.zip build-92c32ea079eaa130ef0670d17cf493800df25653.tar.gz build-92c32ea079eaa130ef0670d17cf493800df25653.tar.bz2 |
am c4e8801c: am 50d6f97c: docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix
* commit 'c4e8801c2d059aa68e59069c5cc03adb2d464e6b':
docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix
-rw-r--r-- | tools/droiddoc/templates-sdk/assets/android-developer-docs.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/droiddoc/templates-sdk/assets/android-developer-docs.css b/tools/droiddoc/templates-sdk/assets/android-developer-docs.css index 9378cf3..03073eb 100644 --- a/tools/droiddoc/templates-sdk/assets/android-developer-docs.css +++ b/tools/droiddoc/templates-sdk/assets/android-developer-docs.css @@ -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; } |