Skip to content

Commit

Permalink
Remove ie conditional classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Nov 27, 2012
1 parent 282394f commit 341216e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Expand Up @@ -19,7 +19,7 @@ GIT
PATH
remote: ../
specs:
susy (1.0.3)
susy (1.0.5.alpha.0)
compass (>= 0.12.2)
sass (>= 3.2.0)

Expand Down
6 changes: 0 additions & 6 deletions docs/source/layouts/layout.haml
@@ -1,11 +1,5 @@
!!! 5
/[if lt IE 7] <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en">
/[if IE 7] <html class="no-js lt-ie9 lt-ie8" lang="en">
/[if IE 8] <html class="no-js lt-ie9" lang="en">
:plain
<!--[if (gt IE 8)|!(IE)]><!-->
%html.no-js{:lang => "en"}
/ <![endif]

= partial "partials/head"

Expand Down
4 changes: 2 additions & 2 deletions docs/source/stylesheets/_base/_base.scss
Expand Up @@ -13,11 +13,11 @@ $column-width: 5em;
$gutter-width: 1em;
$grid-padding: $gutter-width;

$break: 40em 10 lt-ie9;
$break: 40em 10;

//-----------------------------------------------------------------------------
// Other Settings

@import "colors";
@import "size";
@import "type";
@import "type";

0 comments on commit 341216e

Please sign in to comment.