diff --git a/index.html b/index.html index 4965a35..ced332d 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,9 @@ header, section, footer { padding: 40px 0 0; } + h1 { + margin-bottom: 10px; + } pre { margin: 0 0 20px; padding: 10px; @@ -43,9 +46,6 @@ padding: 20px; text-align: center; } - tr:first-child th:first-child { - border: 0; - } tr:last-child th, tr:last-child td { border-bottom: 1px solid #ccc; } @@ -64,25 +64,23 @@
-

UA-Parser.js - JavaScript-based User-Agent Parser

+

UA-Parser.js

+

JavaScript-based User-Agent Parser

       
- - - @@ -123,7 +121,7 @@ tbl[3].innerText = browser.release; tbl[4].innerText = engine.version; tbl[5].innerText = os.version; - pre.innerHTML = 'Result for ' + (uastring ? uastring.replace(/'; + pre.innerHTML = 'Result for ' + (uastring ? uastring.replace(/'; } fillTable(); sel.addEventListener('change', function(){ @@ -147,4 +145,4 @@ })(); - \ No newline at end of file +
Browser Engine OS
Name
Version