From 40a11a5a20a28d2682b41180fbc56e681410612b Mon Sep 17 00:00:00 2001
From: Arnaud Levy
Date: Fri, 3 Aug 2018 10:24:09 +0200
Subject: [PATCH] styles and responsivity
---
help.html | 228 +++++++++++++++++++++++++++--------------------------
index.html | 9 ++-
jslint.css | 40 ++++------
3 files changed, 139 insertions(+), 138 deletions(-)
diff --git a/help.html b/help.html
index ee236ff95..cd27ad1a5 100644
--- a/help.html
+++ b/help.html
@@ -5,24 +5,31 @@
+ JavaScript programs. JSLint recommends using only the good parts of The
+ ECMAScript Programming Language Standard, Sixth Edition [ES6]."
+/>
-
+/>
+
+
+
+/>
+/>
JSLint: Help
JSLint
-
- Try it.
+
-Help
-
Il semble que la perfection soit atteinte non quand il n’y a
plus rien à ajouter, mais quand il n’y a plus rien à
retrancher.
@@ -799,7 +805,7 @@ Feedback
forgiving of bad practices. You would only be disappointed.
I intend to continue to adapt JSLint based on your comments.
Keep watching for improvements. Updates are announced at
- https://plus.google.com/communities/104441363299760713736 .
+ Google Plus .
Try it
Try it. Paste your script
into the window and click the
diff --git a/index.html b/index.html
index 17f9d603f..82689918d 100644
--- a/index.html
+++ b/index.html
@@ -24,6 +24,10 @@
name="date"
content="2018-05-16"
/>
+
diff --git a/jslint.css b/jslint.css
index cbcf4c042..92ab45fd3 100644
--- a/jslint.css
+++ b/jslint.css
@@ -10,47 +10,39 @@
}
body {
- background-color: antiquewhite;
color: black;
font-family: 'Daley', sans-serif;
margin: 0;
- padding: 0;
+ padding: 2em;
}
-#JSLINT_TITLEBOX {
- font-family: 'Daley', sans-serif;
- margin: 0;
- margin-left: 3%;
- margin-right: 3%;
+#JSLINT_TITLEBOX ul {
+ font-size: 12pt;
+ list-style: none;
+ text-align: center;
padding: 0;
}
-#JSLINT_TITLEBOX ul {
- float: right;
- font-size: 12pt;
+#JSLINT_TITLEBOX ul li {
+ padding: 0.5em;
}
#JSLINT_TITLEBOX div {
color: darkslategray;
- float: left;
+ text-align: center;
font-size: 48pt;
}
#JSLINT_ fieldset {
- background-color: gainsboro;
border: 0;
clear: both;
margin-bottom: 1em;
- margin-left: 3%;
- margin-right: 3%;
margin-top: 1em;
padding: 0;
width: auto;
}
#JSLINT_ legend {
- background-color: darkslategray;
border: 0;
- color: white;
font-size: 100%;
font-style: normal;
font-weight: normal;
@@ -58,8 +50,7 @@ body {
padding-bottom: 0.25em;
padding-left: 0;
padding-right: 0;
- padding-top: 0.25em;
- text-align: center;
+ padding-top: 2em;
width: 100%;
}
#JSLINT_ button {
@@ -116,9 +107,8 @@ a:link {
}
#JSLINT_ textarea {
- border: 0;
- background-color: white;
- border: 0;
+ border: none;
+ border-left: 1px solid gainsboro;
font-family: Programma, monospace;
font-size: 100%;
font-weight: bold;
@@ -131,11 +121,11 @@ a:link {
}
#JSLINT_NUMBER {
+ border: none;
color: darkgray;
display: inline-block;
height: 4in;
- margin: 2%;
- margin-right: 0;
+ margin: 2% 0 2% 0;
overflow: hidden;
padding-right: 0.5%;
text-align: right;
@@ -177,7 +167,7 @@ a:link {
}
#JSLINT_OPTIONS>div {
float: left;
- margin: 0.5em;
+ margin-right: 1em;
}
#JSLINT_ address {
@@ -338,4 +328,4 @@ a:link {
}
.center {
text-align: center;
-}
+}
\ No newline at end of file