diff options
author | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-04-27 11:17:18 +0300 |
---|---|---|
committer | Teemu Pòˆntelin <teemu@vaadin.com> | 2016-04-27 11:17:38 +0300 |
commit | 2f1373ac78b1775da06f2f106b3481b353ef90f5 (patch) | |
tree | 092f20566679b5e6dc40bd663d9cbe630d0d3940 /apidoc/index.html | |
parent | f17cc76e59b5263873a11843f7f16e80d2aa00b3 (diff) | |
parent | 30e1f23e32e70f9453168fe751772dc2f5edfff9 (diff) | |
download | vaadin-core-2f1373ac78b1775da06f2f106b3481b353ef90f5.tar.gz vaadin-core-2f1373ac78b1775da06f2f106b3481b353ef90f5.zip |
Merge branch 'fix/docs'
Diffstat (limited to 'apidoc/index.html')
-rw-r--r-- | apidoc/index.html | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/apidoc/index.html b/apidoc/index.html deleted file mode 100644 index 00a6234..0000000 --- a/apidoc/index.html +++ /dev/null @@ -1,59 +0,0 @@ -<!DOCTYPE html> -<html> -<head lang="en"> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>vaadin-core-elements</title> - <style> - body { - font-family: 'Roboto', 'Noto', sans-serif; - font-size: 16px; - background: #fafafa; - color: #212121; - } - section { - width: 50%; - margin: 50px auto; - background: #fff; - border: 1px solid #e5e5e5; - } - @media (max-width: 700px) { - section { - width: 100%; - } - } - h1 { - font-size: 150%; - font-weight: 400; - } - ul { - padding-left: 0; - list-style: none; - border-bottom: 1px solid #e5e5e5; - } - li { - line-height: 1.4; - border-top: 1px solid #e5e5e5; - } - li p { - margin: 0; - } - h1, - li { - padding: 14px 24px; - } - </style> -</head> - -<body> - <section> - <h1>API documentation for vaadin-core-elements</h1> - <ul> - <li> - <a id="vaadin-grid" href="../../vaadin-grid/index.html">vaadin-grid</a> - <p>Data grid for showing large amounts of tabular data.</p> - </li> - </ul> - </section> -</body> -</html> |