This commit is contained in:
Gregor Aisch 2013-04-02 11:24:35 +02:00
parent 58c1773777
commit adc5d32012
2 changed files with 9 additions and 11 deletions

View File

@ -15,7 +15,7 @@
body { body {
font-family: "Georgia", "Open Sans", OpenSansRegular, sans-serif; font-family: "Georgia", "Open Sans", OpenSansRegular, sans-serif;
font-size: 17px; font-size: 16px;
background-color: white; background-color: white;
font-weight: 400; font-weight: 400;
color: #000; color: #000;
@ -164,12 +164,12 @@ div.body h6 {
text-shadow: 1px 1px 3px #ddd; text-shadow: 1px 1px 3px #ddd;
} }
div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; } div.body h1 { margin-top: 0; padding-top: 0; font-size: 250%; }
div.body h2 { font-size: 180%; } div.body h2 { font-size: 190%; }
div.body h3 { font-size: 150%; } div.body h3 { font-size: 160%; }
div.body h4 { font-size: 130%; } div.body h4 { font-size: 140%; }
div.body h5 { font-size: 100%; } div.body h5 { font-size: 110%; }
div.body h6 { font-size: 100%; } div.body h6 { font-size: 110%; }
a.headerlink { a.headerlink {
color: #ddd; color: #ddd;

View File

@ -6,7 +6,6 @@
dataset: databases for humans dataset: databases for humans
============================= =============================
dataset is a ETL
Getting the databases out of your data's way:: Getting the databases out of your data's way::
import dataset import dataset
@ -28,9 +27,8 @@ Features include:
Next steps: Next steps:
`Learn how to use dataset in five minutes <quickstart>`_ * Quickstart: `Learn how to use dataset in five minutes <quickstart>`_
* API: `Browse the complete API docs <api>`_
`Browse the complete API docs <api>`_