Merge "Creates a css nowrap class for non-breaking elements in source.android.com Test: build2stage 36" am: 98f15a70e9
am: 731df4f4f3
am: 74ea495250
am: ae9ee888d6
Change-Id: I488e1b12a0538922b597b9e082e76922d20f3cce
This commit is contained in:
commit
4ca20fc658
|
@ -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