diff options
author | yhirano <yhirano@me.com> | 2017-04-28 02:29:41 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-27 19:29:41 +0200 |
commit | 3d776de2cba21241823e2981fb575d4cc3fd84b7 (patch) | |
tree | a7c0d24c44f105e7dc77e126430922371e967be4 /app/assets/stylesheets | |
parent | 831ff60698f7bf7fb000a0137aad3717bb8a4d67 (diff) |
Change permission from 0755 to 0644 (#2536)
* chmod -x assets.rb * chmod -x assets/fonts * raname extname from jpeg to jpg
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/basics.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/basics.scss b/app/assets/stylesheets/basics.scss index c8ff7f5d5..e2485e695 100644 --- a/app/assets/stylesheets/basics.scss +++ b/app/assets/stylesheets/basics.scss @@ -1,6 +1,6 @@ body { font-family: 'Roboto', sans-serif; - background: $color1 image-url('background-photo.jpeg'); + background: $color1 image-url('background-photo.jpg'); background-size: cover; background-attachment: fixed; font-size: 13px; |