From: Cameron Spencer Date: Fri, 17 Jan 2014 20:20:54 +0000 (-0800) Subject: revert a13a0db7b4379f0cacbb3cf30f63fc1ee20d03e5 X-Git-Tag: v5.2.0~82^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4183%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git revert a13a0db7b4379f0cacbb3cf30f63fc1ee20d03e5 --- diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index 0e625482c..da184b6a4 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -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.