From d362277881bc07ec02296785ea6bfcf3926b62a2 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 16 Apr 2004 13:51:15 +0000 Subject: [PATCH] span not relative, caused headlines to move elsewhere (try http://test.wikipedia.org/wiki/Belgium) --- stylesheets/monobook/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index f8893ed055..45b74016be 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -968,8 +968,7 @@ head:first-child+body #portal-footer li { width: 100%; } * html #bodyContent table, -* html #bodyContent div, -* html #bodyContent span { +* html #bodyContent div { position: relative; } -- 2.20.1