Skip to content

Commit

Permalink
fixed #1
Browse files Browse the repository at this point in the history
  • Loading branch information
greybax committed Jul 15, 2016
1 parent 5b5d792 commit 145c502
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 267 deletions.
13 changes: 12 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
body {
width: 32em;
border-radius: 5px;
font-size: 10pt;
}

Expand Down Expand Up @@ -50,4 +49,16 @@ pre {
.left {
font-size: 9pt;
float: left;
}

.width16 {
width: 16em;
}

.width32 {
width: 32em;
}

.textCenter {
text-align: center;
}
8 changes: 7 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
$(document).ready(function () {
$('.question a').popover();
});

$('#myTabs a').click(function (e) {
e.preventDefault()
$(this).tab('show')
})
});

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"permissions": [
"activeTab"
],
"version": "1.5.2"
"version": "2.0.0"
}
Loading

0 comments on commit 145c502

Please sign in to comment.