Skip to content

Commit

Permalink
remove pie and compass
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Nov 14, 2013
1 parent 3d54760 commit 2e65ba3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion djangocms_admin_style/sass/partials/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ body.login {

// header
#header {
@include pie; @include background-image(linear-gradient($background-color-dark, $background-color-medium));
@include background-image(linear-gradient($background-color-dark, $background-color-medium));
background-color: $background-color-medium; color: $font-color-white !important; height: 46px;
#branding h1 { color: $font-color-white; padding: 3px 25px; }
#user-tools { padding: 16px 25px 0; }
Expand Down
2 changes: 0 additions & 2 deletions djangocms_admin_style/sass/partials/_mobile.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import "../_compass";

// base
html, body { height: auto; }
#content { margin: 0 5px; }
Expand Down

0 comments on commit 2e65ba3

Please sign in to comment.