[site][s]: some minor tweaks to css and fix a typo in map tutorial.

This commit is contained in:
Rufus Pollock 2013-02-09 16:20:59 +00:00
parent 242bcc7a14
commit e77d6c4d36
2 changed files with 16 additions and 6 deletions

View File

@ -21,13 +21,25 @@ Author URI: http://www.mintcanary.com/
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700);
body, p {
font-family: 'PT Sans',Helvetica,Arial,sans-serif;
font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
font-family:'PT Sans',Helvetica, Arial, sans-serif;
}
body, p {
font-family: 'PT Sans',Helvetica,Arial,sans-serif;
font-size: 15px;
h2 {
font-size: 24px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
a {

View File

@ -20,9 +20,7 @@ See the instructions in the [basic views tutorial](tutorial-views.html).
### Creating a Dataset
Again like the views tutorial:
Here's some example data We are going to work with:
Just like in the main tutorial, here's some example data We are going to work with:
{% highlight javascript %}
{% include data.js %}