]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
revert a13a0db7b4379f0cacbb3cf30f63fc1ee20d03e5 4183/head
authorCameron Spencer <cs@eusonic.com>
Fri, 17 Jan 2014 20:20:54 +0000 (12:20 -0800)
committerCameron Spencer <cs@eusonic.com>
Fri, 17 Jan 2014 20:20:54 +0000 (12:20 -0800)
scss/foundation/components/_global.scss

index 0e625482c021e7b6ddec2ae8b4982a1a817ef9b7..da184b6a40a186f2a18f1dafa44abe73d5f800af 100644 (file)
@@ -369,11 +369,6 @@ $cursor-text-value: text !default;
     .text-center  { text-align: center !important; }
     .text-justify { text-align: justify !important; }
     .hide         { display: none; }
-    // Bidi counterparts to .left, .right, .text-left, .text-right
-    .start { float: $default-float !important; }
-    .end   { float: $opposite-direction !important; }
-    .text-start { text-align: $default-float !important; }
-    .text-end   { text-align: $opposite-direction !important; }
 
     // Font smoothing
     // Antialiased font smoothing works best for light text on a dark background.