From 1486b75e8d05ed11361d54f36830b09c860d5795 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 8 Feb 2013 01:55:51 +0100 Subject: [PATCH] accueil --- app/assets/stylesheets/application.css.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index ceb23fe..2590957 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -11,10 +11,15 @@ $headerFontWeight : bold; @import "general"; +html { height: 100%; } + body{ font-family:Palatino, Georgia; - + width: 100%; + height: 100%; + margin: 0px; + padding: 0px; #index_images{