File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,13 @@ header
117
117
.nav-buttons
118
118
float : right
119
119
120
+ #viewDocs , #tryKubernetes
121
+ display : none
122
+
123
+ #home
124
+ #viewDocs , #tryKubernetes
125
+ display : inline-block
126
+
120
127
#viewDocs
121
128
border : 1px solid white
122
129
background-color : transparent
@@ -255,7 +262,7 @@ header
255
262
text-align : center
256
263
padding-left : 0
257
264
padding-right : 0
258
- margin-bottom : 30 px
265
+ margin-bottom : 0
259
266
260
267
// VENDOR STRIP
261
268
#vendorStrip
@@ -832,6 +839,7 @@ section
832
839
max-width : 100%
833
840
834
841
.fixed footer
842
+ position : fixed
835
843
bottom : 0
836
844
837
845
Original file line number Diff line number Diff line change @@ -73,11 +73,13 @@ $feature-box-div-width: 45%
73
73
h1 , h5
74
74
text-align : left
75
75
76
- #viewDocs , #tryKubernetes
77
- display : inline-block
76
+ #home
77
+ #viewDocs , #tryKubernetes
78
+ display : inline-block
78
79
79
80
#vendorStrip
80
81
display : block
82
+ text-align : center
81
83
82
84
83
85
#oceanNodes
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h5>Manage an infrastructure cluster as a single system to simplify container op
17
17
< a href ="/docs/hellonode/ " id ="quickstartButton " class ="button "> Try Our Hello World</ a >
18
18
</ main >
19
19
< div id ="vendorStrip " class ="light-text ">
20
- < div > Join the growing community already using Kubernetes</ div >
20
+ <!--< div>Join the growing community already using Kubernetes</div>-- >
21
21
< div >
22
22
< img src ="images/logos/viacom_logo.png ">
23
23
< img src ="images/logos/soundcloud_logo.png ">
You can’t perform that action at this time.
0 commit comments