Handle disabled js (#2363)

* Update css

* Add element for disabled js
This commit is contained in:
Faith Xu 2019-11-11 22:43:16 -08:00 committed by GitHub
parent 1cb8464725
commit 38aceadd08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 8 deletions

View file

@ -3,6 +3,12 @@ body {
font-size:18px;
color: #1a1a1a;
}
.ns-callout {
background-color: #e8e8e8;
border-color: #1e5f7b;
padding: 15px 30px 15px 15px;
border-left: 5px solid #1a1a1a;
}
h1{
font-size: 46px;
}
@ -396,6 +402,7 @@ a .abbr[data-original-title], a abbr[title]{
text-align: left;
padding: 0 20px;
background-color: #666666;
border: 1px solid #666666;
color: #ffffff;
margin: 2px 0;
-webkit-box-align: center;
@ -408,6 +415,7 @@ a .abbr[data-original-title], a abbr[title]{
}
.r-wrap.command-block .col-md-3.r-heading {
background-color: #1a1a1a;
border: 1px solid #1a1a1a;
}
.r-wrap.command-block .r-heading::before {
@ -445,7 +453,7 @@ a .abbr[data-original-title], a abbr[title]{
padding: 0 20px;
font-weight: 400;
font-size: 18px;
margin: 1px ;
margin: 2px 2px;
border: 1px solid #ccc;
background-color: #fff;
display: -webkit-box;
@ -460,10 +468,6 @@ a .abbr[data-original-title], a abbr[title]{
height: 60px;
word-break: break-word;
}
.hardwareAcceleration .col-lg-2dot5 span,
.hardwareAcceleration .col-lg-2dot4 span{
margin-bottom:3px !important;
}
.r-wrap .r-content .r-option.selected span,
.r-wrap .r-content .r-option.selected span:hover,
.r-wrap .r-content .r-option.selected span:focus,
@ -478,11 +482,11 @@ a .abbr[data-original-title], a abbr[title]{
}
.r-wrap .r-content .r-option.command-container{
display: table;
padding-top: 3px;
padding: 2px 2px 2px 2.3px;
}
.r-wrap .r-content .r-option.command-container span {
display: table-cell;
padding: 4px 0 0 20px;
padding: 0 10px 0 20px;
vertical-align: middle;
background-color: #eee;
}
@ -542,4 +546,4 @@ a .abbr[data-original-title], a abbr[title]{
max-width: 20%;
}
}

View file

@ -110,6 +110,16 @@
<section class="py-md-5 pb-4 pt-4 get-started-section border-top" id="getStartedTable">
<div class="container-fluid">
<noscript>
<div class="javascript-is-disabled row">
<div class="col">
<div class="ns-callout">
<h2>Please enable JavaScript to use the interactive installation guide.</h2>
<p class="mb-0">Need help enabling JavaScript? Follow the instructions <a href="https://www.whatismybrowser.com/guides/how-to-enable-javascript/auto" target="_blank">here</a>.</p>
</div>
</div>
</div>
</noscript>
<div class="row ml-0">
<div class="col">
<div class="text-center pb-3">