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

Commit

Permalink
replace dos style line endings, tabs, trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mockdeep committed Jan 24, 2013
1 parent b1738d6 commit 7822f09
Show file tree
Hide file tree
Showing 3 changed files with 763 additions and 763 deletions.
106 changes: 53 additions & 53 deletions app/assets/stylesheets/animate.scss
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
.animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.animated.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-ms-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@-ms-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@-o-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-ms-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
.animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.animated.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-ms-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@-ms-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@-o-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-ms-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
60 changes: 30 additions & 30 deletions app/assets/stylesheets/custom.scss
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
/* CUSTOM CSS */

/*Twitter Feed - These were left blank so you can add your own styles*/

#jstwitter {
padding-left:5px;
}

#jstwitter .tweet {
margin: 0 auto 15px auto;
padding: 0 0 15px 0;
}

#jstwitter .tweet a {
}

#jstwitter .tweet a:hover {
text-decoration: underline;
}

#jstwitter .tweet .time {}

/* Custom Footer Styles */
footer {
border-top:#e9e9e9;
background-color: #e5e5e5;
margin-top: 20px;
padding-top: 20px;
margin-bottom:10px;
}
/* CUSTOM CSS */

/*Twitter Feed - These were left blank so you can add your own styles*/

#jstwitter {
padding-left:5px;
}

#jstwitter .tweet {
margin: 0 auto 15px auto;
padding: 0 0 15px 0;
}

#jstwitter .tweet a {
}

#jstwitter .tweet a:hover {
text-decoration: underline;
}

#jstwitter .tweet .time {}

/* Custom Footer Styles */
footer {
border-top:#e9e9e9;
background-color: #e5e5e5;
margin-top: 20px;
padding-top: 20px;
margin-bottom:10px;
}
Loading

0 comments on commit 7822f09

Please sign in to comment.