From 8684966be1e8166a986ae81abd3daf6c44ed4f94 Mon Sep 17 00:00:00 2001 From: gravis Date: Thu, 9 Jul 2009 21:46:09 +0200 Subject: [PATCH] added note for IE partial. refs #28 --- frameworks/blueprint/templates/project/ie.sass | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/frameworks/blueprint/templates/project/ie.sass b/frameworks/blueprint/templates/project/ie.sass index 7af9162b..fad09158 100644 --- a/frameworks/blueprint/templates/project/ie.sass +++ b/frameworks/blueprint/templates/project/ie.sass @@ -1,3 +1,15 @@ @import blueprint.sass -+blueprint-ie \ No newline at end of file ++blueprint-ie + +// Note : +// +// Compass will center text to fix IE6 container centering. +// This means all your texts will be centered under all version of IE by default. +// Please don't forget to restore the correct behavior to your main container (but not the body tag!) +// +// Example : +// +// .container, .footer +// :text-align left +