diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..44a5614 Binary files /dev/null and b/.DS_Store differ diff --git a/bug1/index.js b/bug1/index.js index f728ce3..33c3373 100644 --- a/bug1/index.js +++ b/bug1/index.js @@ -1,5 +1,5 @@ function renderTransactions(transactions) { - var finalHTML = '
TRANSACTIONS
+ var finalHTML = '
TRANSACTIONS
' var transactionsHTML = _.map(transactions, function(transaction) { var transactionHTML = '
'; diff --git a/bug2/index.html b/bug2/index.html index 3b7bb06..0f4e9ed 100644 --- a/bug2/index.html +++ b/bug2/index.html @@ -3,9 +3,9 @@ Skware Cash (Bug 2) - - - + + + diff --git a/bug3/index.css b/bug3/index.css index b0d104b..5773666 100644 --- a/bug3/index.css +++ b/bug3/index.css @@ -78,7 +78,8 @@ li.active { width: 170px; height: 36px; border-radius: 8px; - padding-top: 13px; + padding-top: 13px; + background-color: #15D642; font-weight: bold; font-size: 20px; cursor: pointer; diff --git a/bug3/index.html b/bug3/index.html index aae4eff..4da8c33 100644 --- a/bug3/index.html +++ b/bug3/index.html @@ -21,7 +21,7 @@
  • Settings
  • Sign Out
  • -
    New
    +
    New