From 5ae54f9e364880e1350ddcc8251a23cf79ae55fc Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 28 Feb 2016 00:51:05 +0100 Subject: Adding avatars to profile page and statuses --- app/assets/stylesheets/application.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'app/assets/stylesheets/application.scss') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 91b0d12fe..068480994 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -14,11 +14,24 @@ body { font-size: 13px; line-height: 18px; color: $quaternary-color; + + &::before { + display: block; + content: ""; + position: absolute; + background: $secondary-color; + width: 100%; + height: 200px; + z-index: -1; + top: 0; + left: 0; + } } .container { width: 800px; margin: 0 auto; + z-index: 2; } .footer { -- cgit