Creates a css nowrap class for non-breaking elements

in source.android.com
Test: build2stage 36

Change-Id: I467cc66d5e205b00ed188180140b1ae972e2ebad
This commit is contained in:
Billy Lamberta
2016-10-24 14:38:19 -07:00
committed by Clay Murphy
parent 4a71d500c1
commit 4d41e26a54

View File

@@ -122,6 +122,10 @@ a.external-link {
padding-right:16px;
}
.nowrap {
white-space: nowrap;
}
img {
border: none; }
#jd-content img {