From e402942bdb62450eb5802c26345bc0fec430eff4 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 5 Feb 2011 22:16:46 +0200 Subject: [PATCH] fix lang-selector width --- static/debian.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/debian.css b/static/debian.css index f623354..9bf6a63 100644 --- a/static/debian.css +++ b/static/debian.css @@ -857,6 +857,9 @@ div.tabular table > td:fist-child, table.tabular > td:fist-child, table.vendors #langContainer a { margin-right: 1em; } +#pageLang { + position: relative; +} #pageLang:hover #langContainer { display: block; } -- 2.39.2