commit e7f169a7f85c85463ae406a77d91272b7c58465d
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-05-25T05:03:36Z |
| subject | Default ArticleContent set to inline-block |
commit e7f169a7f85c85463ae406a77d91272b7c58465d
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-05-25T05:03:36Z
Default ArticleContent set to inline-block
---
botanjs/src/Astro/Blog/Components/ArticleContent.css | 1 +
botanjs/src/Astro/Blog/Components/ArticleContent.js | 1 +
2 files changed, 2 insertions(+)
diff --git a/botanjs/src/Astro/Blog/Components/ArticleContent.css b/botanjs/src/Astro/Blog/Components/ArticleContent.css
new file mode 100644
index 0000000..d8fb273
--- /dev/null
+++ b/botanjs/src/Astro/Blog/Components/ArticleContent.css
@@ -0,0 +1 @@
+.ref-content { display: inline-block; }
diff --git a/botanjs/src/Astro/Blog/Components/ArticleContent.js b/botanjs/src/Astro/Blog/Components/ArticleContent.js
new file mode 100644
index 0000000..10d51a7
--- /dev/null
+++ b/botanjs/src/Astro/Blog/Components/ArticleContent.js
@@ -0,0 +1 @@
+// __namespace( "Astro.Blog.Components.ArticleContent" );