This commit is contained in:
Kenneth Jao 2015-01-11 19:00:59 -05:00
parent 7e8de04b32
commit 0d91daa858
2 changed files with 5 additions and 9 deletions

View File

@ -19,11 +19,11 @@ html {
} }
.chromeicon { .chromeicon {
height: 35px; height: 30px;
width: 35px; width: 30px;
float: right; float: right;
margin-right: 31%; margin-right: 41.4%;
margin-top: 1.2%; margin-top: 0.5%;
} }
body { body {
@ -108,7 +108,7 @@ p {
} }
p.bottom { p.bottom {
padding-top:0%; padding-top:0%;
margin-left:30%; margin-left:41.5%;
margin-right:auto; margin-right:auto;
color:#f7f7f7; color:#f7f7f7;
max-width:325px; max-width:325px;

View File

@ -1,10 +1,6 @@
ReactiveTabs.createInterface({ ReactiveTabs.createInterface({
template: 'teacherTabs', template: 'teacherTabs',
onChange: function (slug, template) { onChange: function (slug, template) {
// This callback runs every time a tab changes.
// The `template` instance is unique per {{#basicTabs}} block.
console.log('[tabs] Tab has changed! Current tab:', slug);
console.log('[tabs] Template instance calling onChange:', template);
} }
}); });