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
commit 98f15a70e9
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 {