forked from Botanical/BotanJS
Calendar style fix
This commit is contained in:
parent
cbd36260dc
commit
0e7234c325
@ -13,7 +13,7 @@
|
|||||||
box-shadow: 3px 3px 4px black;
|
box-shadow: 3px 3px 4px black;
|
||||||
border: 10px solid dodgerblue;
|
border: 10px solid dodgerblue;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
font-family: Georgia;
|
font-family: custom-sans;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Inline_Blocks*/
|
/*Inline_Blocks*/
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
Calendar.prototype.init = function()
|
Calendar.prototype.init = function()
|
||||||
{
|
{
|
||||||
this.stage = Dand.wrapc( "astx calendar" );
|
this.stage = Dand.wrapc( "compx calendar" );
|
||||||
this.istg = IDOMElement( this.stage );
|
this.istg = IDOMElement( this.stage );
|
||||||
this.calDate = new Date;
|
this.calDate = new Date;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user