Skip to content

Commit

Permalink
Revert "Merge pull request Perl-Evozon#60 from danfumarel/master"
Browse files Browse the repository at this point in the history
Reverting BLOGSPERL-221

This reverts commit 6036118, reversing
changes made to 988dfdf.
  • Loading branch information
Jeffrey Goff committed Feb 24, 2016
1 parent 3268dfb commit b3d066b
Show file tree
Hide file tree
Showing 10 changed files with 303 additions and 328 deletions.
4 changes: 1 addition & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ email_templates: 'views/emails/'

# Images from MovableType
movable_type_url: 'http://blogs.perl.org'

user_assets: '/home/danf'

user_assets: '/home/jgoff/'

# Specifics
email_signature: 'The Blogs.Perl.Org Team'
Expand Down
6 changes: 0 additions & 6 deletions lib/PearlBee.pm
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,6 @@ get '/register' => sub {

};

get '/passwordSignin' => sub {

template 'passwordSignin';

};

get '/register_success' => sub { template 'register_success' };

get '/register_done' => sub { template 'register_done' };
Expand Down
4 changes: 0 additions & 4 deletions public/blog/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4268,10 +4268,6 @@ input.cmn-toggle-round-flat:checked + label:after {
display: none;
}

.header .header-icon .bubble {
display: inline-block;
}

@media all and (max-width: 580px) {
.switch {
display: none;
Expand Down
Loading

0 comments on commit b3d066b

Please sign in to comment.