HTML hide test

This commit is contained in:
Glenwing 2017-08-17 20:38:20 -07:00
parent e47c9a7aa5
commit d2d920469b

View File

@ -4,7 +4,6 @@
<style> <style>
html { html {
height: 100%;
box-sizing: border-box; box-sizing: border-box;
} }
@ -26,7 +25,6 @@
div.main { div.main {
border:0px solid transparent; border:0px solid transparent;
font-family:Consolas; font-family:Consolas;
font-size:14px;
padding:4px; padding:4px;
margin-left:auto; margin-left:auto;
margin-right:auto; margin-right:auto;
@ -91,7 +89,7 @@
<tr><td><span class="title">Information</span> <tr><td><span class="title">Information</span>
<ul> <ul>
<li><a href="./adapters.html">Display Interfaces, Cables, and Adapters</a></li> <li><a href="./adapters.html">Display Interfaces, Cables, and Adapters</a></li>
<li><a href="./docs.html">Display Industry Standards and Specifications Documents</a></li> <li><a href="./docs">Display Industry Standards and Specifications Documents</a></li>
</ul> </ul>
</td></tr> </td></tr>
</table> </table>