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

* commit '0af1d53ef2db4c1e72b675e9868610e1d6b11236':
  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:06:28 -07:00
committed by Android Git Automerger

View File

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