]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Disable rtl styles and js config.
authorJordan Humphreys <jordan@mailyard.net>
Tue, 2 Apr 2013 21:08:46 +0000 (14:08 -0700)
committerJordan Humphreys <jordan@mailyard.net>
Tue, 2 Apr 2013 21:08:46 +0000 (14:08 -0700)
docs/layout.html.erb
scss/foundation/_foundation-global.scss

index a60623a1e7b89e8e46f64f7464c74583c957ff3d..ab8ae37bda70029ff6dc7de54f8e44e89f53211f 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype html>
-<!--[if IE 8]><html class="no-js lt-ie9" lang="en" dir="rtl"><![endif]-->
-<!--[if gt IE 8]><!--><html class="no-js" lang="en" dir="rtl"><!--<![endif]-->
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en"><![endif]-->
+<!--[if gt IE 8]><!--><html class="no-js" lang="en"><!--<![endif]-->
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index bff35376f8082043528844f45992d48ba74d63fc..acef699b391b69f6fa08aff5228e9261841774b1 100644 (file)
@@ -18,7 +18,7 @@ $body-font-weight: normal !default;
 $body-font-style: normal !default;
 
 // We use these to control text direction settings
-$text-direction: rtl !default; // Controls default global text direction, 'rtl' or 'ltr'
+$text-direction: ltr !default; // Controls default global text direction, 'rtl' or 'ltr'
 $default-float: left !default;
 $opposite-direction: right !default;
 // No need to change this conditional statement, $text-direction variable controls it all.