diff --git a/docs/css/style.css b/docs/css/style.css index a91d3468..0ace0e09 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -7,7 +7,8 @@ body { /*font-family: Lustria, Georgia, Times, "Times New Roman", serif !important;*/ font-size:16px; line-height: 1.5em; - background: url('../img/crosswordStrong.png') /* Background pattern from subtlepatterns.com */ + background: url('../img/crosswordStrong.png'); /* Background pattern from subtlepatterns.com */ + height: 100%; } @@ -68,9 +69,6 @@ div.full { } } -table { -} - table th, table td { padding: 5px 15px; diff --git a/docs/dataset/dataset.html b/docs/data/dataset.html similarity index 100% rename from docs/dataset/dataset.html rename to docs/data/dataset.html diff --git a/docs/dataset/dataview.html b/docs/data/dataview.html similarity index 98% rename from docs/dataset/dataview.html rename to docs/data/dataview.html index dff732d4..bf88ee22 100644 --- a/docs/dataset/dataview.html +++ b/docs/data/dataview.html @@ -70,7 +70,7 @@
-

DataView documentation

+

DataView

Contents