Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98f15a70 authored by Clay Murphy's avatar Clay Murphy Committed by Gerrit Code Review
Browse files

Merge "Creates a css nowrap class for non-breaking elements in...

Merge "Creates a css nowrap class for non-breaking elements in source.android.com Test: build2stage 36"
parents 4a71d500 4d41e26a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -122,6 +122,10 @@ a.external-link {
  padding-right:16px;
}

.nowrap {
  white-space: nowrap;
}

img {
  border: none; }
#jd-content img {