diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/style/results.css | 13 |
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; +} |