stuffs
This commit is contained in:
parent
7e8de04b32
commit
0d91daa858
@ -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;
|
||||||
|
|||||||
@ -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);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user