Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix(demo): Fix small code issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Lovato committed Sep 1, 2016
1 parent c67daf9 commit 71f4399
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/demo/assets/styles/partials/_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ h3.f-item-heading {
text-transform:uppercase;
border-bottom:1px solid $dc-gray60;
margin-bottom: $dc-space100;
padding-bottom: 0.4rem;
padding-bottom: 0.4rem;

.sg-section__title + &
{
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/materials/01-core/01-typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


<h3 class="dc-h3 f-item-heading">Getting the font</h3>
<p>Ubuntu is a free open source font distributed trough <a href="https://fonts.google.com/specimen/Ubuntu">Google Fonts.</a>
<p>Ubuntu is a free open source font distributed trough <a href="//fonts.google.com/specimen/Ubuntu">Google Fonts.</a>
The simplest way to load the font in your project is to use the following code in your document's <code class="language-markup">&lt;head&gt;</code>:
<pre class="dc-pre"><code class="language-markup">&lt;link href=&quot;https://fonts.googleapis.com/css?family=Ubuntu:300,500&quot; rel=&quot;stylesheet&quot;&gt;</code></pre>

Expand Down
3 changes: 2 additions & 1 deletion docs/demo/materials/03-atoms/buttons/01-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: button
title: button
notes: |
Buttons shold usually triggers an action on page, and not be used for navigation. Use labels that are explicit. Starting with an imperative verb is often a good choice.
Buttons should usually trigger an action on page and should not be used for navigation.
Use labels that are explicit. Starting with an imperative verb is often a good choice.
---
<a class="dc-btn" href="#" role="button">Save File</a>
<button class="dc-btn" type="submit">Edit Account</button>
Expand Down

0 comments on commit 71f4399

Please sign in to comment.