We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56300a commit c473355Copy full SHA for c473355
1 file changed
utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html
@@ -225,6 +225,9 @@
225
.spc
226
{flex:1}
227
228
+
229
+ .seo-only
230
+ {position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
231
</style>
232
233
@@ -1220,7 +1223,7 @@
1220
1223
</script>
1221
1224
1222
1225
- <div seo-content style='display:none'>
1226
+ <div class=seo-hidden>
1227
1228
<h2>nodejs-terminal help</h2>
1229
<p>This environment provides a full Node.js runtime and NPM interface directly in your browser.</p>
0 commit comments