From e77d6c4d369f4ecd18d7f92c608f8bd4486b794c Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sat, 9 Feb 2013 16:20:59 +0000 Subject: [PATCH] [site][s]: some minor tweaks to css and fix a typo in map tutorial. --- css-site/style.css | 18 +++++++++++++++--- docs/tutorial-maps.markdown | 4 +--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/css-site/style.css b/css-site/style.css index b1c5b023..dea128c3 100644 --- a/css-site/style.css +++ b/css-site/style.css @@ -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 { diff --git a/docs/tutorial-maps.markdown b/docs/tutorial-maps.markdown index 6d67f62d..914d7d52 100644 --- a/docs/tutorial-maps.markdown +++ b/docs/tutorial-maps.markdown @@ -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 %}