Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: *

package-all: test package-chrome package-firefox

clean:
Expand Down
4 changes: 2 additions & 2 deletions lib/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
body {
background-image:url(./aws.svg);
background-position: top 15px left 6px;
background-position: top 30px left 6px;
background-size: 60px;
background-repeat: no-repeat;

Expand All @@ -27,7 +27,7 @@
}

h1 {
margin: 15px 10px 0 0;
margin: 30px 10px 0 0;
font-weight: lighter;
font-size: 21px;
color: #2e2e2e;
Expand Down
Loading