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

Commit

Permalink
adding nib
Browse files Browse the repository at this point in the history
  • Loading branch information
joelongstreet committed Aug 28, 2012
1 parent 88b48a7 commit 7a7c392
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
17 changes: 4 additions & 13 deletions assets/css/app.styl
@@ -1,4 +1,6 @@
@import bootstrap
@import nib

This comment has been minimized.

Copy link
@albatrocity

albatrocity Aug 28, 2012

unbelievable



*
margin 0
Expand Down Expand Up @@ -62,11 +64,6 @@ section.info
#photos
margin 0 30px
line-height 0

-webkit-column-count 5
-webkit-column-gap 10px
-moz-column-count 5
-moz-column-gap 10px
column-count 5
column-gap 10px

Expand All @@ -83,33 +80,27 @@ section.info

@media (max-width: 1200px)
#photos
-moz-column-count 4
-webkit-column-count 4
column-count 4

@media (max-width: 1000px)
#photos
-moz-column-count 3
-webkit-column-count 3
column-count 3

@media (max-width: 800px)
#photos
-moz-column-count 2
-webkit-column-count 2
column-count 2

@media (max-width: 520px)
#photos
-moz-column-count 1
-webkit-column-count 1
margin 0 15px
column-count 1
header
h1
text-align center
pre
display none
section.info
margin 20px 15px 10px
div.content
display none
div.mobile_info
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -12,7 +12,9 @@
"connect-assets": "v2.1.9",
"request": "v2.9.202",
"redis": "v0.7.2",
"knox": "v0.0.9"
"knox": "v0.0.9",
"bootstrap-stylus": "v0.2.1",
"nib": "v0.8.1"
},
"scripts": {
"start": "runner.js"
Expand Down

0 comments on commit 7a7c392

Please sign in to comment.