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/stylesheets | |
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/stylesheets')
-rw-r--r-- | app/assets/stylesheets/twitter.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |