Calendar style fix

This commit is contained in:
斟酌 鵬兄 2016-03-10 03:28:02 +08:00
parent cbd36260dc
commit 0e7234c325
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
box-shadow: 3px 3px 4px black;
border: 10px solid dodgerblue;
border-collapse: collapse;
font-family: Georgia;
font-family: custom-sans;
}
/*Inline_Blocks*/

View File

@ -52,7 +52,7 @@
Calendar.prototype.init = function()
{
this.stage = Dand.wrapc( "astx calendar" );
this.stage = Dand.wrapc( "compx calendar" );
this.istg = IDOMElement( this.stage );
this.calDate = new Date;