Skip to content

Commit

Permalink
0.1.3: bugfix, move backrgoud-image inside
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-yu committed Aug 16, 2014
1 parent 7aa45bb commit 21d159e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chill",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/airpub/chill",
"authors": [
"Guo Yu <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion css/chill.min.css

Large diffs are not rendered by default.

Binary file added images/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions less/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ header {
background-size: cover;
background-image: url(@background);
.transition(height 0.5s, background-image 0.5s ease-in-out);
.box-shadow(inset 0px -90px 120px rgba(0, 0, 0, 0.5));
.box-shadow(inset 0px -90px 120px rgba(0, 0, 0, 0.2));
.logo {
position: absolute;
z-index: 90;
Expand All @@ -20,11 +20,11 @@ header {
a {
text-decoration: none;
line-height: 1;
color: #fff;
color: #444;
font-size: 30px;
}
span {
color: #fff;
color: #444;
font-size: 16px;
padding-left: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion less/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
*
**/

@background: 'http://airpub.b0.upaiyun.com/2014/08/12/upload_bannerPicture.jpg';
@background: '../images/background.jpg';

0 comments on commit 21d159e

Please sign in to comment.