summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorGuillaume Baudusseau <guibbs@users.noreply.github.com>2015-07-13 10:37:01 -0400
committerGuillaume Baudusseau <guibbs@users.noreply.github.com>2015-07-13 10:37:01 -0400
commit91be942687b71558036da1948a837b50c9fcaef1 (patch)
treeadf5dde8780d1a10e47d69eb8eb9eeefd6409ca6 /htdocs
parent10dba8adcefff7da357ee61c8f570bad9bb74958 (diff)
parent81a0aedac6fa74cf81f0e6b9902decea88c9e877 (diff)
downloadmarkup-validator-91be942687b71558036da1948a837b50c9fcaef1.zip
markup-validator-91be942687b71558036da1948a837b50c9fcaef1.tar.gz
markup-validator-91be942687b71558036da1948a837b50c9fcaef1.tar.bz2
Merge pull request #2 from w3c/sideshowbarker/file-upload
Inform file-upload users about Nu Html Checker.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/style/results.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css
index b201e6d..f096a8d 100644
--- a/htdocs/style/results.css
+++ b/htdocs/style/results.css
@@ -487,3 +487,16 @@ pre.outline {
line-height: 160%;
padding-left: 1.5em;
}
+
+.html5_warning {
+ text-align: center;
+ margin-bottom: 20px;
+ border: 1px solid #ccc;
+ padding: 6px;
+ background-color: #FFFFCC;
+}
+
+.html5_warning a {
+ font-weight: bold;
+ background-color: #FFFFCC;
+}