From ab5700c1f722bf5e24d70615cec8a311acfa32e2 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 2 May 2013 18:07:07 -0700 Subject: [PATCH] Remove absolute positioning for top tabs. This was causing the "more" menu to be ppositioned without taking the tabs into account. --- r2/r2/public/static/css/reddit.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index 3dc8139f2..d76a09376 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -6931,11 +6931,6 @@ body.with-listing-chooser { position: relative; & #header .tabmenu { - position: absolute; - margin-left: -2px; - left: 130px; - bottom: 0; - li:first-child.selected { margin-left: 2px; }