From 806693ac1c1c4434f47cb69780fb9d50d9ea9726 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 25 Aug 2014 18:28:26 -0700 Subject: [PATCH] use new index page for popup --- manifest.json | 2 +- stylesheets/index.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fce37c468..2ac6be0ac 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "default_icon": { "19": "icon.png" }, - "default_popup": "popup.html" + "default_popup": "index.html" }, "background": { diff --git a/stylesheets/index.css b/stylesheets/index.css index 241c59d1f..4145bd775 100644 --- a/stylesheets/index.css +++ b/stylesheets/index.css @@ -1,3 +1,11 @@ +.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } +.clearfix:after { clear: both; } +.clearfix { zoom: 1; } + +body { + min-width: 320px; + min-height: 500px; +} .number.error { background-color: #ffdddd; }