am 96f696d9: am c4e8801c: am 50d6f97c: docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix

* commit '96f696d90176b53c6902455b270960dd88ca1c1a':
  docs: revise space wrapping to avoid "new" tags from breaking new lines alone Temp fix
This commit is contained in:
Scott Main 2011-12-15 20:12:50 -08:00 committed by Android Git Automerger
commit c5360c4035
1 changed files with 2 additions and 0 deletions
tools/droiddoc/templates-sdk/assets

View 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;
}