From 2f27acf2671dce659b937fa059cf9feb9a7a7eb4 Mon Sep 17 00:00:00 2001 From: echarp Date: Tue, 28 Oct 2014 00:54:39 +0100 Subject: [PATCH] Placement de la carte des tags sur la droite --- app/assets/stylesheets/maps.css.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/maps.css.sass b/app/assets/stylesheets/maps.css.sass index d4d591e9..1044cd7a 100644 --- a/app/assets/stylesheets/maps.css.sass +++ b/app/assets/stylesheets/maps.css.sass @@ -15,7 +15,8 @@ height: 20em .tags #map - float: left + float: right width: 30% height: 30em - margin: 1% 5% + margin-left: 2% + margin-right: 18%