commit 18bcb8a81eb096e830f193407f8f389e347c44c1
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-06-08T15:46:02Z |
| subject | Added dash line to show the document end |
commit 18bcb8a81eb096e830f193407f8f389e347c44c1
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-06-08T15:46:02Z
Added dash line to show the document end
---
botanjs/src/Astro/Blog/AstroEdit/_this.css | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/botanjs/src/Astro/Blog/AstroEdit/_this.css b/botanjs/src/Astro/Blog/AstroEdit/_this.css
index 057425e..37a262b 100644
--- a/botanjs/src/Astro/Blog/AstroEdit/_this.css
+++ b/botanjs/src/Astro/Blog/AstroEdit/_this.css
@@ -137,6 +137,8 @@
#ae_content {
font-size: 100%;
+ margin-bottom: 100%;
+ border-bottom: 1px black dashed;
}
#ae_title, #ae_content {
@@ -162,7 +164,7 @@
#ae_content, #ae_bgdimmer {
color: #555;
- padding: 1em 1em 2em 1em;
+ padding: 1em 1em 0.01em 1em;
}
.ae_preview {