Less warnings about structure of the HTML document
authorJaroslav Tulach <jtulach@netbeans.org>
Sun, 06 Sep 2015 15:24:12 +0200
changeset 982717bb0156381
parent 980 fa24c485596c
child 983 39a9ad4987bd
Less warnings about structure of the HTML document
src/main/javadoc/overview.html
     1.1 --- a/src/main/javadoc/overview.html	Sun Sep 06 14:48:44 2015 +0200
     1.2 +++ b/src/main/javadoc/overview.html	Sun Sep 06 15:24:12 2015 +0200
     1.3 @@ -48,6 +48,25 @@
     1.4          <title>HTML for Java APIs</title>
     1.5          <meta charset="UTF-8">
     1.6          <meta name="viewport" content="width=device-width, initial-scale=1.0">
     1.7 +        <style type="text/css">
     1.8 +        table.field td {
     1.9 +            padding: 4px;
    1.10 +            width: 18px;
    1.11 +            height: 18px;
    1.12 +            font-size: 1.5em;
    1.13 +            border: 1px solid black;
    1.14 +        }
    1.15 +        table.field td.UNKNOWN {
    1.16 +            background-color: #D6E4E1;
    1.17 +            cursor: pointer;
    1.18 +        }
    1.19 +        table.field td.EXPLOSION {
    1.20 +            background-color: #A31E39;
    1.21 +        }
    1.22 +        table.field td.DISCOVERED {
    1.23 +            background-color: #9DB2B1;
    1.24 +        }
    1.25 +        </style>
    1.26      </head>
    1.27      <body>
    1.28          <p>
    1.29 @@ -127,7 +146,7 @@
    1.30              still use {@link net.java.html.json.Models#applyBindings(java.lang.Object)}
    1.31              or {@link net.java.html.json.Models#applyBindings(java.lang.Object,java.lang.String)}
    1.32              to perform the association of any model with the page element.
    1.33 -        </ul>
    1.34 +        </p>
    1.35          <p>
    1.36              Memory model when using Knockout bindings has been improved
    1.37              (required additions of two new methods:
    1.38 @@ -533,25 +552,5 @@
    1.39                  <a target="_blank" href="http://bits.netbeans.org/html+java/0.7.5">0.7.5</a>)
    1.40              </li>
    1.41          </ul>
    1.42 -
    1.43 -<style type="text/css">
    1.44 -table.field td {
    1.45 -    padding: 4px;
    1.46 -    width: 18px;
    1.47 -    height: 18px;
    1.48 -    font-size: 1.5em;
    1.49 -    border: 1px solid black;
    1.50 -}
    1.51 -table.field td.UNKNOWN {
    1.52 -    background-color: #D6E4E1;
    1.53 -    cursor: pointer;
    1.54 -}
    1.55 -table.field td.EXPLOSION {
    1.56 -    background-color: #A31E39;
    1.57 -}
    1.58 -table.field td.DISCOVERED {
    1.59 -    background-color: #9DB2B1;
    1.60 -}
    1.61 -</style>
    1.62      </body>
    1.63  </html>