diff options
author | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-13 12:20:12 +0200 |
---|---|---|
committer | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-13 12:20:12 +0200 |
commit | 2ef8707a7539622007b6d679a7708a5979594ff3 (patch) | |
tree | fc9d11a126dcc2cc040c0fc6a9e96a70dd8737e9 /app/assets | |
parent | 3408ac694a60df0380a3bf444077165a1f30e87e (diff) |
Cleaning CSS &view code, updating twitter helper with develop
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/twitter.scss | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/assets/stylesheets/twitter.scss b/app/assets/stylesheets/twitter.scss index b2481db..b2233d0 100644 --- a/app/assets/stylesheets/twitter.scss +++ b/app/assets/stylesheets/twitter.scss @@ -13,7 +13,7 @@ position: absolute; } -.twitter_pic { +.twitter_image_frame { display: block; width: 40px; height: 40px; @@ -23,12 +23,6 @@ top: 0; } -.twitter_image_frame { - width: 40px; - height: 40px; - overflow: hidden - } - .twitter_image_frame > img { display: block; position: absolute; |