Skip to content

Commit

Permalink
Revert "Replace USP blue box with Startnext widget on welcome page"
Browse files Browse the repository at this point in the history
This reverts commit 640d38c.
  • Loading branch information
Marc Altmann committed Nov 17, 2015
1 parent 2a07593 commit 4ab09ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
29 changes: 0 additions & 29 deletions app/assets/stylesheets/controller/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,20 +151,6 @@
}


// Startnext widget
.startnext_widget { margin-bottom: 1em; }
.startnext_widget-inner {
@include whitebox;
background-color: $blue;
padding: 0;
height: 410px;

iframe {
display: block;
margin: 50px auto 0;
}
}


// USP teaser
#usp { margin-bottom: 1em; }
Expand Down Expand Up @@ -468,11 +454,6 @@
@include omega;
}

.startnext_widget {
@include span(2 of 4);
@include omega;
}


// Filters teaser
.teaser--filters {
Expand Down Expand Up @@ -559,11 +540,6 @@
@include omega;
}

.startnext_widget {
@include span(2 of 6);
@include omega;
}


// Filters teaser
.teaser--filters {
Expand Down Expand Up @@ -641,11 +617,6 @@
@include omega;
}

.startnext_widget {
@include span(2 of 8);
@include omega;
}

// Filters teaser
.teaser--filters {
@include span(2 of 8);
Expand Down
3 changes: 0 additions & 3 deletions app/views/welcome/_startnext_widget.html.slim

This file was deleted.

4 changes: 2 additions & 2 deletions app/views/welcome/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
- cache 'billboards' do
= render 'billboards'

- cache 'startnext_widget' do
= render 'startnext_widget'
- cache 'usp_teaser' do
= render 'usp_teaser'

- cache 'filter_boxes' do
= render 'filter_boxes'
Expand Down

0 comments on commit 4ab09ae

Please sign in to comment.