Added CSS height property to #oceanNodes main to fix spacing in Firefox (#10169)

* Changed CSS property for browser consistency.

* Moved height property into tablet media query to fix issue on smaller screens.

* Add changed to two more .content files.

* Updated generated resources files, this time using Hugo extended.
pull/10621/head
Chris Keele 2018-10-15 16:17:13 -05:00 committed by k8s-ci-robot
parent 98d2144036
commit 49ee537481
3 changed files with 4 additions and 2 deletions

View File

@ -1663,7 +1663,8 @@ html.search #docsContent {
#oceanNodes main {
position: relative;
clear: both;
display: table; }
display: table;
height: 160px; }
#oceanNodes main .content {
display: table-cell;
position: relative;

View File

@ -120,6 +120,7 @@ $feature-box-div-width: 45%
position: relative
clear: both
display: table
height: 160px
.content
display: table-cell

File diff suppressed because one or more lines are too long