Creates a css nowrap class for non-breaking elements
in source.android.com Test: build2stage 36 Change-Id: I467cc66d5e205b00ed188180140b1ae972e2ebad
This commit is contained in:
parent
4a71d500c1
commit
4d41e26a54
|
@ -122,6 +122,10 @@ a.external-link {
|
|||
padding-right:16px;
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none; }
|
||||
#jd-content img {
|
||||
|
|
Loading…
Reference in New Issue