Skip to content

Commit

Permalink
Merge pull request #1 from peterdotjs/dev
Browse files Browse the repository at this point in the history
Bug Fixes.
  • Loading branch information
peterdotjs committed Aug 26, 2014
2 parents b4977aa + 02d6492 commit 5f37a3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions css/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
border: 1px solid silver;
box-sizing: border-box;
font-family: 'Noto Sans', sans-serif;
color: black;
}

#tse-search-index-wrap {
Expand Down Expand Up @@ -127,6 +128,7 @@
padding: 2px 4px;
display: inline-block;
font-size: 12px;
color: black;

&:hover {
border-color: grey;
Expand Down Expand Up @@ -205,6 +207,8 @@
.tse-li-inner {
display: inline-block;
font-size: 15px;
color: black;
word-break: break-word;
}

&.tse-see-more-link {
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Quick Find - next gen text search",
"name": "Quick Find for Google Chrome™",
"short_name": "Quick Find",
"version": "0.0.8",
"version": "0.0.9",
"manifest_version": 2,
"description": "Port of Firefox Quick Find features + awesome new ones. Search results in one location. Navigate to links in just a few keystrokes.",
"icons": { "16": "images/icons/icon16.png",
Expand Down

0 comments on commit 5f37a3e

Please sign in to comment.