From 654c50b90d4f80bc2896eab47ab210a085cb7097 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 28 Apr 2014 16:34:03 -0400 Subject: [PATCH] Add avatars to the twitter section --- static/css/quay.css | 10 ++++++++++ static/partials/landing-normal.html | 28 +++++++++++++++++++++++----- 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/static/css/quay.css b/static/css/quay.css index 2367d2734..d82866365 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -1357,6 +1357,16 @@ i.toggle-icon:hover { border: 0px; } +.landing-page .twitter-tweet .avatar { + display: block; + text-align: center; + margin-bottom: 20px; +} + +.landing-page .twitter-tweet .avatar img { + border-radius: 4px; + border: 2px solid rgb(70, 70, 70); +} .landing-page .twitter-tweet .author:before { content: "-"; diff --git a/static/partials/landing-normal.html b/static/partials/landing-normal.html index e08e7e164..cf94ca27c 100644 --- a/static/partials/landing-normal.html +++ b/static/partials/landing-normal.html @@ -155,19 +155,37 @@