Skip to content

Commit

Permalink
Build 0.5.16 - Shortened references to Stitches in code
Browse files Browse the repository at this point in the history
  • Loading branch information
draeton committed Jan 27, 2012
1 parent 244df87 commit 411ab96
Show file tree
Hide file tree
Showing 22 changed files with 697 additions and 619 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## Stitches

[Stitches](http://draeton.github.com/stitches/) is an HTML5 sprite sheet generator.
The current version is `0.5.14`. Documentation is available
The current version is `0.5.16`. Documentation is available
[here](http://draeton.github.com/stitches/stitches/docs/stitches.html).

## Implementation

Stitches requires a stylesheet, a script, and an HTML element to get the job done:

<link rel="stylesheet" href="css/stitches-0.5.14-min.css">
<link rel="stylesheet" href="css/stitches-0.5.16-min.css">

<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/modernizr-2.0.6.min.js"></script>

<script src="js/stitches-0.5.14-min.js"></script>
<script src="js/stitches-0.5.16-min.js"></script>

Once that's in place, the sprite sheet generator is created by the `init` method:

Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed, 25 Jan 2012 11:53:39 -0500
#Thu, 26 Jan 2012 20:56:00 -0500
build.major=0
build.minor=5
build.number=14
build.number=16
7 changes: 0 additions & 7 deletions build/css/stitches-0.5.14-min.css

This file was deleted.

7 changes: 7 additions & 0 deletions build/css/stitches-0.5.16-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions build/css/stitches-0.5.14.css → build/css/stitches-0.5.16.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
display: block;
width: 125px;
height: 30px;
background: #03669A; /* blue 0486CC 05A8FF */
background: #039a27; /* green 04CC33 05FF3F */
border-radius: 0 0 10px 0;
padding: 0;
margin: 0;
Expand All @@ -96,12 +96,12 @@
text-decoration: none;
}

.stitches .drawer .open:hover {
background: #0486CC;
.stitches .drawer .open-options:hover {
background: #04CC33;
}

.stitches .drawer .open:active {
background: #05A8FF;
.stitches .drawer .open-options:active {
background: #05FF3F;
}

/* dropbox */
Expand Down
Loading

0 comments on commit 411ab96

Please sign in to comment.