stuffs
This commit is contained in:
parent
7e8de04b32
commit
0d91daa858
@ -19,11 +19,11 @@ html {
|
||||
}
|
||||
|
||||
.chromeicon {
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
float: right;
|
||||
margin-right: 31%;
|
||||
margin-top: 1.2%;
|
||||
margin-right: 41.4%;
|
||||
margin-top: 0.5%;
|
||||
}
|
||||
|
||||
body {
|
||||
@ -108,7 +108,7 @@ p {
|
||||
}
|
||||
p.bottom {
|
||||
padding-top:0%;
|
||||
margin-left:30%;
|
||||
margin-left:41.5%;
|
||||
margin-right:auto;
|
||||
color:#f7f7f7;
|
||||
max-width:325px;
|
||||
|
||||
@ -1,10 +1,6 @@
|
||||
ReactiveTabs.createInterface({
|
||||
template: 'teacherTabs',
|
||||
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