Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
Merge pull request #227 from rdubigny/master
Browse files Browse the repository at this point in the history
remove background style
  • Loading branch information
Julien Bouquillon committed Oct 16, 2014
2 parents 528405e + 27fb104 commit 4009f7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions dist/angular-carousel.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
body {
background: #ccc; }

input[type=range] {
width: 300px; }

Expand Down
5 changes: 0 additions & 5 deletions src/css/angular-carousel.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@

body {
background: #ccc;
}

input[type=range] {
width:300px;
}
Expand Down

0 comments on commit 4009f7f

Please sign in to comment.