From 4cf73aade1c8231be43dd5079ea1c34fad791da4 Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 16 Apr 2013 02:59:23 -0400 Subject: [PATCH] Fix conference banner position --- _layouts/base-en.html | 3 +-- _less/screen.less | 7 ++++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_layouts/base-en.html b/_layouts/base-en.html index 37d45249..f265fb1d 100644 --- a/_layouts/base-en.html +++ b/_layouts/base-en.html @@ -88,8 +88,7 @@ menu: Support BitcoinSupport Bitcoin - Bitcoin conference - + diff --git a/_less/screen.less b/_less/screen.less index b40c022e..3a968895 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -572,8 +572,9 @@ li{ } .conferencebanner{ - float:right; - margin-right:5px; + position:absolute; + top:0px; + right:5px; } /*Styles specific to mobiles*/ @@ -666,7 +667,7 @@ li{ display:none; } .conferencebanner{ - float:none; + position:static; display:inline-block; margin:0px 0px 10px 0px; }