Skip to content

Commit 01951b3

Browse files
Add white background to images
1 parent 163c8f4 commit 01951b3

File tree

1 file changed

+4
-0
lines changed
  • tensorflow_serving/g3doc/stylesheets

1 file changed

+4
-0
lines changed

tensorflow_serving/g3doc/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
width: 100%;
1414
aspect-ratio: 16 / 9;
1515
}
16+
17+
p img {
18+
background: white;
19+
}

0 commit comments

Comments
 (0)