Browse Source

Change permission from 0755 to 0644 (#2536)

* chmod -x assets.rb

* chmod -x assets/fonts

* raname extname from jpeg to jpg
master
yhirano 7 years ago
committed by Eugen Rochko
parent
commit
3d776de2cb
28 changed files with 1 additions and 1 deletions
  1. +0
    -0
     
  2. +0
    -0
     
  3. +0
    -0
     
  4. +0
    -0
     
  5. +0
    -0
     
  6. +0
    -0
     
  7. +0
    -0
     
  8. +0
    -0
     
  9. +0
    -0
     
  10. +0
    -0
     
  11. +0
    -0
     
  12. +0
    -0
     
  13. +0
    -0
     
  14. +0
    -0
     
  15. +0
    -0
     
  16. +0
    -0
     
  17. +0
    -0
     
  18. +0
    -0
     
  19. +0
    -0
     
  20. +0
    -0
     
  21. +0
    -0
     
  22. +0
    -0
     
  23. +0
    -0
     
  24. +0
    -0
     
  25. +0
    -0
     
  26. +0
    -0
      app/assets/images/background-photo.jpg
  27. +1
    -1
      app/assets/stylesheets/basics.scss
  28. +0
    -0
     

+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


app/assets/images/background-photo.jpeg → app/assets/images/background-photo.jpg View File


+ 1
- 1
app/assets/stylesheets/basics.scss View File

@ -1,6 +1,6 @@
body { body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
background: $color1 image-url('background-photo.jpeg');
background: $color1 image-url('background-photo.jpg');
background-size: cover; background-size: cover;
background-attachment: fixed; background-attachment: fixed;
font-size: 13px; font-size: 13px;

+ 0
- 0
View File


Loading…
Cancel
Save