From 0c7f7e10de78fb846d6218583ab49d383512027d Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 1 Mar 2014 19:36:54 -0800 Subject: [PATCH] use h4 for the example title --- docs/assets/css/docs.css | 2 +- docs/examples.html | 6 +++--- sass/docs.scss | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a8b8677..d32df38 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -562,7 +562,7 @@ body { border: 1px solid #dddddd; border-radius: 3px; } -.example-wrap h5 { +.example-wrap .example-title { margin-top: 10px; } .example-wrap img { diff --git a/docs/examples.html b/docs/examples.html index 6a95e3a..cb9ca17 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -30,7 +30,7 @@ title: Examples · Ratchet Movie finder app example -
Movie finder
+

Movie finder

@@ -38,7 +38,7 @@ title: Examples · Ratchet iOS mail app example -
iOS mail app
+

iOS mail app

@@ -46,7 +46,7 @@ title: Examples · Ratchet Android notes app example -
Android notes app
+

Android notes app

diff --git a/sass/docs.scss b/sass/docs.scss index 73b3b68..4f854f3 100644 --- a/sass/docs.scss +++ b/sass/docs.scss @@ -589,7 +589,7 @@ body { border: $border-default; border-radius: 3px; } - h5 { + .example-title { margin-top: 10px; } img {