Merge pull request #454 from ebraminio/master

Some little improvment
This commit is contained in:
Athou
2013-07-21 01:26:50 -07:00
3 changed files with 1 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -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'

View File

@@ -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;