From 4be01c3928ad5bc9fc9ae5be611b3463e9bda570 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 20 Jan 2012 19:04:10 +0100 Subject: Fix regression due to bug 680131 (#menu on the first line has been seen as a comment during the MPL 1.1 -> 2.0 conversion) --- skins/standard/params.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'skins') diff --git a/skins/standard/params.css b/skins/standard/params.css index 9f2bf0d95..92bd6d0e1 100644 --- a/skins/standard/params.css +++ b/skins/standard/params.css @@ -5,6 +5,8 @@ * This Source Code Form is "Incompatible With Secondary Licenses", as * defined by the Mozilla Public License, v. 2.0. */ + +#menu { width: 10em; margin-top: 1em; margin-right: 0.5em; -- cgit v1.2.3-24-g4f1b