forked from openkylin/platform_build
am ad921800: am 0af1d53e: am 1048bd3f: docs: revert the change that made "new" tags stick on the first line and thus allow them to wrap.
* commit 'ad92180046266eb0cbf0ea76b769e68caef5e778': docs: revert the change that made "new" tags stick on the first line and thus allow them to wrap.
This commit is contained in:
commit
0772cb651d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue