diff --git a/assets/css/styles.css b/assets/css/styles.css index 6fca6f0d0e..b86ebc00a1 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -71,7 +71,7 @@ code, pre { pre { padding:8px 15px; - background: #f8f8f8; + background: #f8f8f8; border-radius:5px; border:1px solid #e5e5e5; overflow-x: auto; @@ -110,9 +110,9 @@ header { header ul { list-style:none; height:40px; - + padding:0; - + background: #eee; background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd)); @@ -120,7 +120,7 @@ header ul { background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%); - + border-radius:5px; border:1px solid #d2d2d2; box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0; @@ -214,33 +214,33 @@ footer { } @media print, screen and (max-width: 960px) { - + div.wrapper { width:auto; margin:0; } - + header, section, footer { float:none; position:static; width:auto; } - + header { padding-right:320px; } - + section { border:1px solid #e5e5e5; border-width:1px 0; padding:20px 0; margin:0 0 20px; } - + header a small { display:inline; } - + header ul { position:absolute; right:50px; @@ -252,15 +252,15 @@ footer { body { word-wrap:break-word; } - + header { padding:0; } - + header ul, header p.view { position:static; } - + pre, code { word-wrap:normal; } @@ -270,7 +270,7 @@ footer { body { padding:15px; } - + header ul { display:none; } diff --git a/background.js b/background.js index 488d0da4d7..7200407198 100644 --- a/background.js +++ b/background.js @@ -4,7 +4,7 @@ chrome.browserAction.onClicked.addListener(function(tab) { chrome.tabs.create({'url': chrome.extension.getURL('index.html')}, function(tab) { - // tab opened + // tab opened }); }); diff --git a/index.html b/index.html index d0f6ed7407..fb6f651db7 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@
- +