From eb8d2801f72d83107da08024ac0a75732d8244f6 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 18 Jan 2014 10:19:52 -0800 Subject: [PATCH] full screen gradient experiment --- docs-assets/css/docs.css | 2 +- docs-assets/js/docs.js | 2 +- index.html | 2 +- lib/sass/docs.scss | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index cc94161..06f48ea 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -679,7 +679,7 @@ body { .docs-title { margin: 0; font-size: 22px; - font-weight: 300; + font-weight: 500; text-transform: uppercase; letter-spacing: 6px; } diff --git a/docs-assets/js/docs.js b/docs-assets/js/docs.js index 8d4f56d..933e76b 100644 --- a/docs-assets/js/docs.js +++ b/docs-assets/js/docs.js @@ -25,7 +25,7 @@ $(function() { device = device || $('.device'); platformToggle = $('.platform-toggle'); noticeBanner = $('.notice-banner'); - navComponentLinks = $('.nav-components-link'); + navComponentLinks = $('.docs-nav'); componentsList = $('.components-list'); componentLinks = $('.component-example a'); contentSection = $('.component'); diff --git a/index.html b/index.html index 5f4aec5..55468ec 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ base_url: "./"
- +

Ratchet

diff --git a/lib/sass/docs.scss b/lib/sass/docs.scss index 642efc0..3c49bde 100644 --- a/lib/sass/docs.scss +++ b/lib/sass/docs.scss @@ -70,7 +70,7 @@ body { .docs-title { margin: 0; font-size: 22px; - font-weight: 300; + font-weight: 500; text-transform: uppercase; letter-spacing: 6px; }