Signed-off-by: Thomas Petazzoni <[email protected]> --- www/media/map_rendering_form.css | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/www/media/map_rendering_form.css b/www/media/map_rendering_form.css index 1db0266..4aad535 100644 --- a/www/media/map_rendering_form.css +++ b/www/media/map_rendering_form.css @@ -1,3 +1,31 @@ +/* coding: utf-8 + * + * maposmatic, the web front-end of the MapOSMatic city map generation system + * Copyright (C) 2009-2010 David Decotigny + * Copyright (C) 2009-2010 Frédéric Lehobey + * Copyright (C) 2009-2010 David Mentré + * Copyright (C) 2009-2010 Maxime Petazzoni + * Copyright (C) 2009-2010 Thomas Petazzoni + * Copyright (C) 2009-2010 Gaël Utard + * Copyright (C) 2009-2010 Ãtienne Loks + * Copyright (C) 2010 Pierre Mauduit + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * See the file COPYING for details. + */ + ul#steplist { margin: 0; padding: 0; -- 1.7.0.4
