commit 0e7234c325d6cfc57ec4a5e1b9b1b45226ba75fb
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-03-09T19:28:02Z |
| subject | Calendar style fix |
commit 0e7234c325d6cfc57ec4a5e1b9b1b45226ba75fb
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-03-09T19:28:02Z
Calendar style fix
---
botanjs/src/Astro/Blog/Components/Calendar.css | 2 +-
botanjs/src/Astro/Blog/Components/Calendar.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/botanjs/src/Astro/Blog/Components/Calendar.css b/botanjs/src/Astro/Blog/Components/Calendar.css
index 69e345d..3198ad7 100644
--- a/botanjs/src/Astro/Blog/Components/Calendar.css
+++ b/botanjs/src/Astro/Blog/Components/Calendar.css
@@ -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*/
diff --git a/botanjs/src/Astro/Blog/Components/Calendar.js b/botanjs/src/Astro/Blog/Components/Calendar.js
index cec1de2..c832722 100644
--- a/botanjs/src/Astro/Blog/Components/Calendar.js
+++ b/botanjs/src/Astro/Blog/Components/Calendar.js
@@ -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;