Skip to content

Commit

Permalink
Update jQuery to v1.9, Forms docs,
Browse files Browse the repository at this point in the history
Add colour palette, jquery migrate, kickoff sprite image
  • Loading branch information
mrmartineau committed Feb 5, 2013
1 parent 5129629 commit ba97769
Show file tree
Hide file tree
Showing 10 changed files with 1,230 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Since our CSS is written with Less and utilizes variables and mixins, it needs t

### Use the command line

If you prefer to not use an app, you can use the command line.`cd` into your project directory, then run `sass --watch scss:css`. Kickoff usually compiles to two CSS files: kickoff.css & kickoff-old-ie.css
If you prefer to not use an app, you can use the command line. `cd` into your project directory, then run `sass --watch scss:css`. Kickoff usually compiles to two CSS files: `kickoff.css` & `kickoff-old-ie.css`

### Apps

Expand Down
2 changes: 2 additions & 0 deletions examples/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ <h2>1. Form <small>with labels above inputs</small></h2>

<div class="form-actions text_centre">
<input type="submit" value="Submit" class="btn btn-primary" />
<input type="submit" value="Submit" class="btn btn-warning" />
<input type="submit" value="Submit" class="btn btn-warning" disabled />
<button type="reset" class="btn btn-inverse">Cancel</button>
</div>

Expand Down
Empty file added img/ui/kickoff-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ba97769

Please sign in to comment.