Merge "Creates a css nowrap class for non-breaking elements in source.android.com Test: build2stage 36" am: 98f15a70e9 am: 731df4f4f3

am: 74ea495250

Change-Id: Ia3ea0ed44a535e33700d57da4a53268f7921a06b
This commit is contained in:
Clay Murphy 2016-11-09 21:41:57 +00:00 committed by android-build-merger
commit ae9ee888d6
1 changed files with 4 additions and 0 deletions

View File

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