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

Commit

Permalink
Finally fixed padding
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Aug 10, 2014
1 parent 251787b commit 1babb1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "0.0.4",
"version": "0.0.5",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion app/popup.html
Expand Up @@ -11,7 +11,7 @@
-->
<!-- endbuild -->
</head>
<body>
<body class="lgtm-extension">
<h1>'Allo, 'Allo!</h1>

<!-- build:js scripts/vendor.js -->
Expand Down
4 changes: 2 additions & 2 deletions app/styles/main.css
@@ -1,3 +1,3 @@
body {
body.lgtm-extension {
padding: 20px;
}
}

0 comments on commit 1babb1f

Please sign in to comment.