Browse Source

full screen gradient experiment

pull/249/head
connors 11 years ago
parent
commit
eb8d2801f7
  1. 2
      docs-assets/css/docs.css
  2. 2
      docs-assets/js/docs.js
  3. 2
      index.html
  4. 2
      lib/sass/docs.scss

2
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;
}

2
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');

2
index.html

@ -7,7 +7,7 @@ base_url: "./"
<div class="container column-group">
<div class="column units-2">
<header class="docs-nav">
<a class="icon icon-list pull-right" href="/components"></a>
<a class="icon icon-list pull-right" href="/components" data-ignore="push"></a>
<h1 class="docs-title">Ratchet</h1>
</header>
</div>

2
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;
}

Loading…
Cancel
Save