-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alain Horner
committed
May 26, 2012
1 parent
c24a7ea
commit d7056c6
Showing
7 changed files
with
41 additions
and
32 deletions.
There are no files selected for viewing
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,37 @@ | ||
body { | ||
padding-top: 60px; | ||
padding-bottom: 40px; | ||
overflow-y: scroll; | ||
} | ||
|
||
#content ul { | ||
margin: 0; | ||
} | ||
|
||
#content li { | ||
list-style: none; | ||
border-bottom: 1px solid #EEE; | ||
padding: 10px 0; | ||
} | ||
|
||
#content li span { | ||
padding-left: 10px; | ||
font-size: 1.2em; | ||
} | ||
|
||
#content a.imgwrapper, | ||
#content a.imgwrapper img { | ||
display: inline-block; | ||
} | ||
|
||
.icon-heart { | ||
padding-right: 4px; | ||
} | ||
|
||
.mini { | ||
width: 100px; | ||
} | ||
|
||
.maxi { | ||
margin: 4px 0 10px; | ||
} |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/*global YUI */ | ||
YUI.add('cheese-list', function (Y) { | ||
|
||
'use strict'; | ||
|
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 @@ | ||
/*global YUI */ | ||
YUI.add('cheese-model', function (Y) { | ||
|
||
'use strict'; | ||
|
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