diff --git a/css/style.css b/css/style.css index 3e0d1d1..a714436 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ *{padding:0;margin:0;border:0} body,html,.content{width:100%;height:100%} .content{position:relative} -a,rect{position:absolute} +a,rect{position:absolute;outline:none} #logo{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:10%;max-width:100px;height:10%;max-height:100px;-index:10} .quadrant{position:relative;width:50%;height:50%;float:left} diff --git a/manifest.json b/manifest.json index a71946a..92c5ae7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Placid Tab 2 - New Tab Page", "short_name": "Placid Tab 2", - "version": "1.0.1", + "version": "1.0.2", "manifest_version": 2, "description": "A minimal New Tab page", "author": "Kyle Mitchell",