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

This commit is contained in:
Clay Murphy
2016-11-09 21:18:37 +00:00
committed by Gerrit Code Review

View File

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