diff options
author | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-22 14:36:10 +0200 |
---|---|---|
committer | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-22 14:36:10 +0200 |
commit | 306b36c045cd62638db179115ed002c6ab7c5cd8 (patch) | |
tree | 8b8c8ba20403878458458ee3195cd649ab2d5718 /app/assets | |
parent | d72c87cb94213c9a507596f2103773969d1cbd30 (diff) |
included Theas work on error-handling \o/; changed link to twitter-account in header; fixed erb escaping characters problem without letting evil code pass; setting customized image file 'Avatar_Pic.png' in config/custo../assets to get loaded instead of default twitter-logo
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/images/Avatar_Pic.png (renamed from app/assets/images/Twitter_Logo_Blue.png) | bin | 4298 -> 4298 bytes | |||
-rw-r--r-- | app/assets/stylesheets/twitter.scss | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/images/Twitter_Logo_Blue.png b/app/assets/images/Avatar_Pic.png Binary files differindex b5eebc8..b5eebc8 100644 --- a/app/assets/images/Twitter_Logo_Blue.png +++ b/app/assets/images/Avatar_Pic.png diff --git a/app/assets/stylesheets/twitter.scss b/app/assets/stylesheets/twitter.scss index b2233d0..a67c044 100644 --- a/app/assets/stylesheets/twitter.scss +++ b/app/assets/stylesheets/twitter.scss @@ -21,6 +21,7 @@ position: absolute; left: 0; top: 0; + // background-image: url(/Avatar_Pic.png); } .twitter_image_frame > img { |