From 9fc48d172ce8806d0b37855d624160656abebfb9 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 21 Jul 2013 13:56:31 +0200 Subject: [PATCH] domain change --- app/assets/stylesheets/public.less | 7 +++++++ config/nginx.conf | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/public.less b/app/assets/stylesheets/public.less index 771e8e9..49dc4be 100644 --- a/app/assets/stylesheets/public.less +++ b/app/assets/stylesheets/public.less @@ -108,12 +108,19 @@ body{ #main{ text-align:justify; clear:both; + p{ margin-bottom: 18px; } .span8{ padding:0 5em 0 3em; + + ul{ + margin-left:1em; + + } + } h1, h2,h3,h4{ color :#00ade2; diff --git a/config/nginx.conf b/config/nginx.conf index 5f03afe..7430792 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -4,7 +4,7 @@ upstream ecole_eft_app_unicorn { server { listen 80; - server_name new.ecole-eft-france.fr; + server_name ecole-eft-france.fr new.ecole-eft-france.fr; root /home/web/ecole_eft_app/current/public; try_files $uri/index.html $uri @unicorn;