Browse Source

Add newline to EOF for each of files

"Note that it is a good style to always put the newline as a last character if it is allowed by the file format."

http://stackoverflow.com/questions/5813311/git-no-newline-at-end-of-file
pull/21/head
Daniel Schildt 13 years ago
parent
commit
051ffcd95d
  1. 2
      README.md
  2. 6
      demo/demo.css
  3. 2
      demo/demo.html
  4. 2
      demo/themes/themes.css
  5. 2
      demo/themes/themes.html
  6. 2
      responsiveslides.js

2
README.md

@ -50,4 +50,4 @@ v1.03 (2011-12-12) - Code refactoring, smaller size, better performance
v1.01 (2011-12-11) - Better usage of styles and the namespace
v1.00 (2011-12-04) - Release
v1.00 (2011-12-04) - Release

6
demo/demo.css

@ -24,8 +24,8 @@ h1 {
font-weight: 200;
}
h2 {
font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
h2 {
font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 40px;
}
@ -127,4 +127,4 @@ a {
h1 {
font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
}
}

2
demo/demo.html

@ -50,4 +50,4 @@
<p class="footer">ResponsiveSlides.js is created by <a href="http://viljamis.com">@viljamis</a>. It's released under the MIT license. If you have any questions or feedback you can use the <a href="https://github.com/viljami/ResponsiveSlides.js">GitHub project page</a>.</p>
</div>
</body>
</html>
</html>

2
demo/themes/themes.css

@ -158,4 +158,4 @@ a {
.rslides_tabs .rslides_here a {
background: #222;
background: rgba(0,0,0, .8);
}
}

2
demo/themes/themes.html

@ -76,4 +76,4 @@
</div>
</body>
</html>
</html>

2
responsiveslides.js

@ -246,4 +246,4 @@
});
};
})(jQuery, this, 0);
})(jQuery, this, 0);

Loading…
Cancel
Save