Navigation Menu

Skip to content

Commit

Permalink
fix a windows/linux display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cfjedimaster committed Jun 17, 2014
1 parent 51aa3c9 commit a9ef321
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,8 @@ View menu.

History
=======
6/17/2014: Fixed a Windows (possibly Linux too) display issue.

5/28/2014: Added caniuse to CSS styles to not mess w/ Brackets

5/20/2014: Merged in a PR by karanjthakkar that corrects layout issues.
Expand Down
2 changes: 1 addition & 1 deletion caniuse-brackets.css
@@ -1,5 +1,5 @@
.caniuse_contentdiv {
height:220px;
height:100%;
overflow:auto;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"title": "CanIUse",
"description": "Adds a panel that renders CanIUse.com data.",
"homepage": "https://github.com/cfjedimaster/brackets-caniuse",
"version": "2.0.6",
"version": "2.0.7",
"author": "Raymond Camden <raymondcamden@gmail.com> (http://www.raymondcamden.com)",
"license": "MIT",
"engines": {
Expand Down
5 changes: 4 additions & 1 deletion templates/display.html
@@ -1,7 +1,10 @@
<div id="caniuse" class="bottom-panel vert-resizable top-resizer">

<div class="toolbar simple-toolbar-layout">
<div class="title">CanIUse</div><a href="#" class="close">&times;</a>
<span class="title">CanIUse</span>
<span class="pull-right">
<a href="#" class="close">&times;</a>
</span>
</div>

<div class="caniuse_contentdiv resizable-content">
Expand Down

0 comments on commit a9ef321

Please sign in to comment.