diff --git a/src/main/webapp/favicon.ico b/src/main/webapp/favicon.ico index e5513887..069ac502 100644 Binary files a/src/main/webapp/favicon.ico and b/src/main/webapp/favicon.ico differ diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index f400859e..196f67d5 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -284,7 +284,7 @@ module.controller('FeedDetailsCtrl', ['$scope', '$state', '$stateParams', 'FeedS $scope.unsubscribe = function() { var sub = $scope.sub; var title = 'Unsubscribe'; - var msg = 'Unsubscribe from ' + sub.name + ' ?'; + var msg = 'Unsubscribe from ' + sub.name + '?'; var btns = [ { result : 'cancel', label : 'Cancel' diff --git a/src/main/webapp/sass/themes/_ebraminio.scss b/src/main/webapp/sass/themes/_ebraminio.scss index 4ce06263..02040af7 100644 --- a/src/main/webapp/sass/themes/_ebraminio.scss +++ b/src/main/webapp/sass/themes/_ebraminio.scss @@ -6,17 +6,6 @@ input, button, select, textarea { font-family: inherit; /* what said above */ } - /* My scroll speed hack, it is temporary */ - .toolbar { - position: relative; - } - .entryList { - padding-top: 0!important; - } - /* needed for more scroll speed */ - #uvTab { - display: none; - } /* Change source-codes in feeds background to white */ pre { background-color: transparent;