Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Commit

Permalink
Removed 20px padding. Released 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Aug 10, 2014
1 parent b4e14e8 commit 251787b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/manifest.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "0.0.2",
"version": "0.0.4",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down Expand Up @@ -39,4 +39,4 @@
"permissions": [
"storage"
]
}
}
4 changes: 3 additions & 1 deletion app/popup.html
Expand Up @@ -6,7 +6,9 @@
<!-- endbower -->
<!-- endbuild -->
<!-- build:css styles/main.css -->
<link href="styles/main.css" rel="stylesheet">
<!--
<link href="styles/main.css" rel="stylesheet">
-->
<!-- endbuild -->
</head>
<body>
Expand Down

0 comments on commit 251787b

Please sign in to comment.