-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #195 from visionmedia/stuff
relatively small amount of stuff
- Loading branch information
Showing
15 changed files
with
80 additions
and
73 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
language: node_js | ||
node_js: | ||
- 0.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,16 @@ | |
"devDependencies": { | ||
"connect": "1.x" | ||
, "jade": "0.22.0" | ||
, "stylus": "0.28.x" | ||
, "stylus": "0.31.x" | ||
, "mocha": "*" | ||
, "should": "*" | ||
, "canvas": "*" | ||
}, | ||
"author": "TJ Holowaychuk <[email protected]>", | ||
"main": "lib/nib.js", | ||
"engines": { "node": "*" } | ||
"engines": { "node": "*" }, | ||
"scripts": { | ||
"test": "mocha", | ||
"test-server": "node test/server.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#logo { | ||
background-image: url("/images/branding/logo.main.png"); | ||
} | ||
@media all and (-webkit-min-device-pixel-ratio: 1.5) { | ||
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) { | ||
#logo { | ||
background-image: url("/images/branding/[email protected]"); | ||
background-size: auto auto; | ||
|
@@ -10,7 +10,7 @@ | |
#logo { | ||
background-image: url("/images/branding/logo.main.png"); | ||
} | ||
@media all and (-webkit-min-device-pixel-ratio: 1.5) { | ||
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) { | ||
#logo { | ||
background-image: url("/images/branding/[email protected]"); | ||
background-size: 50px 100px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
@import 'nib/image' | ||
|
||
#logo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
body { | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #000)); | ||
background: -webkit-linear-gradient(top, #fff 0%, #000 100%); | ||
background: -moz-linear-gradient(top, #fff 0%, #000 100%); | ||
background: -o-linear-gradient(top, #fff 0%, #000 100%); | ||
background: -ms-linear-gradient(top, #fff 0%, #000 100%); | ||
background: linear-gradient(top, #fff 0%, #000 100%); | ||
background: -webkit-linear-gradient(top, #fff 0, #000 100%); | ||
background: -moz-linear-gradient(top, #fff 0, #000 100%); | ||
background: -o-linear-gradient(top, #fff 0, #000 100%); | ||
background: -ms-linear-gradient(top, #fff 0, #000 100%); | ||
background: linear-gradient(top, #fff 0, #000 100%); | ||
} | ||
body { | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #000)); | ||
background: -webkit-linear-gradient(top, #fff 0%, #000 100%); | ||
background: -moz-linear-gradient(top, #fff 0%, #000 100%); | ||
background: -o-linear-gradient(top, #fff 0%, #000 100%); | ||
background: -ms-linear-gradient(top, #fff 0%, #000 100%); | ||
background: linear-gradient(top, #fff 0%, #000 100%); | ||
background: -webkit-linear-gradient(top, #fff 0, #000 100%); | ||
background: -moz-linear-gradient(top, #fff 0, #000 100%); | ||
background: -o-linear-gradient(top, #fff 0, #000 100%); | ||
background: -ms-linear-gradient(top, #fff 0, #000 100%); | ||
background: linear-gradient(top, #fff 0, #000 100%); | ||
} | ||
body { | ||
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fff), color-stop(0.25, #f00), color-stop(0.5, #00f), color-stop(1, #000)); | ||
background: -webkit-linear-gradient(top left, #fff 0%, #f00 25%, #00f 50%, #000 100%); | ||
background: -moz-linear-gradient(top left, #fff 0%, #f00 25%, #00f 50%, #000 100%); | ||
background: -o-linear-gradient(top left, #fff 0%, #f00 25%, #00f 50%, #000 100%); | ||
background: -ms-linear-gradient(top left, #fff 0%, #f00 25%, #00f 50%, #000 100%); | ||
background: linear-gradient(top left, #fff 0%, #f00 25%, #00f 50%, #000 100%); | ||
background: -webkit-linear-gradient(top left, #fff 0, #f00 25%, #00f 50%, #000 100%); | ||
background: -moz-linear-gradient(top left, #fff 0, #f00 25%, #00f 50%, #000 100%); | ||
background: -o-linear-gradient(top left, #fff 0, #f00 25%, #00f 50%, #000 100%); | ||
background: -ms-linear-gradient(top left, #fff 0, #f00 25%, #00f 50%, #000 100%); | ||
background: linear-gradient(top left, #fff 0, #f00 25%, #00f 50%, #000 100%); | ||
} | ||
body { | ||
background: -webkit-gradient(linear, right bottom, left top, color-stop(0, #fff), color-stop(0.8, #000)); | ||
background: -webkit-linear-gradient(bottom right, #fff 0%, #000 80%); | ||
background: -moz-linear-gradient(bottom right, #fff 0%, #000 80%); | ||
background: -o-linear-gradient(bottom right, #fff 0%, #000 80%); | ||
background: -ms-linear-gradient(bottom right, #fff 0%, #000 80%); | ||
background: linear-gradient(bottom right, #fff 0%, #000 80%); | ||
background: -webkit-linear-gradient(bottom right, #fff 0, #000 80%); | ||
background: -moz-linear-gradient(bottom right, #fff 0, #000 80%); | ||
background: -o-linear-gradient(bottom right, #fff 0, #000 80%); | ||
background: -ms-linear-gradient(bottom right, #fff 0, #000 80%); | ||
background: linear-gradient(bottom right, #fff 0, #000 80%); | ||
} | ||
body { | ||
background: -webkit-gradient(linear, right bottom, left top, color-stop(0, #fff), color-stop(0.8, #000)); | ||
background: -webkit-linear-gradient(right bottom, #fff 0%, #000 80%); | ||
background: -moz-linear-gradient(right bottom, #fff 0%, #000 80%); | ||
background: -o-linear-gradient(right bottom, #fff 0%, #000 80%); | ||
background: -ms-linear-gradient(right bottom, #fff 0%, #000 80%); | ||
background: linear-gradient(right bottom, #fff 0%, #000 80%); | ||
background: -webkit-linear-gradient(right bottom, #fff 0, #000 80%); | ||
background: -moz-linear-gradient(right bottom, #fff 0, #000 80%); | ||
background: -o-linear-gradient(right bottom, #fff 0, #000 80%); | ||
background: -ms-linear-gradient(right bottom, #fff 0, #000 80%); | ||
background: linear-gradient(right bottom, #fff 0, #000 80%); | ||
} | ||
body { | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #000)); | ||
background: -webkit-linear-gradient(top, #fff 0%, #000 100%); | ||
background: -moz-linear-gradient(top, #fff 0%, #000 100%); | ||
background: -ms-linear-gradient(top, #fff 0%, #000 100%); | ||
background: -o-linear-gradient(top, #fff 0%, #000 100%); | ||
background: linear-gradient(top, #fff 0%, #000 100%); | ||
background: -webkit-linear-gradient(top, #fff 0, #000 100%); | ||
background: -moz-linear-gradient(top, #fff 0, #000 100%); | ||
background: -ms-linear-gradient(top, #fff 0, #000 100%); | ||
background: -o-linear-gradient(top, #fff 0, #000 100%); | ||
background: linear-gradient(top, #fff 0, #000 100%); | ||
} | ||
body { | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #000)), #fff; | ||
background: -webkit-linear-gradient(top, #fff 0%, #000 100%), #fff; | ||
background: -moz-linear-gradient(top, #fff 0%, #000 100%), #fff; | ||
background: -ms-linear-gradient(top, #fff 0%, #000 100%), #fff; | ||
background: -o-linear-gradient(top, #fff 0%, #000 100%), #fff; | ||
background: linear-gradient(top, #fff 0%, #000 100%), #fff; | ||
} | ||
background: -webkit-linear-gradient(top, #fff 0, #000 100%), #fff; | ||
background: -moz-linear-gradient(top, #fff 0, #000 100%), #fff; | ||
background: -ms-linear-gradient(top, #fff 0, #000 100%), #fff; | ||
background: -o-linear-gradient(top, #fff 0, #000 100%), #fff; | ||
background: linear-gradient(top, #fff 0, #000 100%), #fff; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--require should | ||
test/runner.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
|
||
require.paths.unshift(__dirname + '/../support'); | ||
|
||
/** | ||
* Module dependencies. | ||
*/ | ||
|