diff --git a/i/f1Icon.png b/i/f1Icon.png
index 4fc1783..f55793b 100644
Binary files a/i/f1Icon.png and b/i/f1Icon.png differ
diff --git a/i/screenshot_01.png b/i/screenshot_01.png
index fc72ae5..b5d15b7 100644
Binary files a/i/screenshot_01.png and b/i/screenshot_01.png differ
diff --git a/i/step-01.png b/i/step-01.png
index 5ca2d36..c80578f 100644
Binary files a/i/step-01.png and b/i/step-01.png differ
diff --git a/i/step-02.png b/i/step-02.png
index ee9570c..38611d6 100644
Binary files a/i/step-02.png and b/i/step-02.png differ
diff --git a/index.html b/index.html
index 9cb9449..49f2dab 100644
--- a/index.html
+++ b/index.html
@@ -98,7 +98,7 @@
“A browser extension for sharing”
Check out the video to see how it works
diff --git a/settings/index.html b/settings/index.html
index d2a68c9..951e107 100644
--- a/settings/index.html
+++ b/settings/index.html
@@ -45,11 +45,12 @@
Configure your sharing settings
diff --git a/settings/style.css b/settings/style.css
index d766210..4f5abfc 100644
--- a/settings/style.css
+++ b/settings/style.css
@@ -310,9 +310,8 @@ ul#tabs li.selected {
}
#settings .key {
- font-family: Helvetica,Arial,sans-serif;
- margin-right: 3px;
- padding: 5px;
+ margin-right: 10px;
+ padding: 0 3px 0 5px;
-moz-border-radius: 4px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(0, 0, 0, 0.3);
background: -moz-linear-gradient(#f8f8f8, #dddee0) repeat scroll 0 0 #ecedef;
diff --git a/style.css b/style.css
index 03c1b45..8a801b0 100644
--- a/style.css
+++ b/style.css
@@ -101,6 +101,7 @@ strong {
#installed img {
vertical-align: text-bottom;
+ margin: -1px 4px 0 0;
}
#installClose {
@@ -174,7 +175,8 @@ a#installClose:hover {
}
#header.row button.download img {
- vertical-align: bottom;
+ vertical-align: middle;
+ margin: -1px 4px 0 0;
}
#header.row button.download span.meta {