am 1048bd3f: docs: revert the change that made "new" tags stick on the first line and thus allow them to wrap.

* commit '1048bd3fb3c34de37375a6f1c8cd10f88411f758':
  docs: revert the change that made "new" tags stick on the first line and thus allow them to wrap.
This commit is contained in:
Scott Main 2012-04-03 14:00:25 -07:00 committed by Android Git Automerger
commit ae9784cc50
1 changed files with 1 additions and 2 deletions

View File

@ -68,7 +68,6 @@
#side-nav li {
padding:0;
padding:1px 0 1px 0;
white-space:nowrap;
zoom:1;
}
@ -85,7 +84,6 @@
display: inline-block; /* needed to apply padding to line-wraps */
text-decoration:none;
padding: 0 0 0 18px;
white-space:normal;
zoom:1;
}
@ -844,6 +842,7 @@ ul.no-style {
text-decoration: none;
vertical-align:top;
line-height:.9em;
white-space:nowrap;
}
.toggle-list.open .new-child {