From b32e0ff52af84542c7c7bffee31a302770767338 Mon Sep 17 00:00:00 2001 From: fen Date: Wed, 23 Oct 2013 13:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20
=20=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/style.css | 5 +++++ admin/scss/components/_editor.scss | 6 ++++++ usr/themes/replica/style.css | 6 ++++++ 3 files changed, 17 insertions(+) diff --git a/admin/css/style.css b/admin/css/style.css index 3bdaeed0..48614c3e 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -1124,6 +1124,11 @@ a.operate-reply { padding-left: 1.5em; border-left: 4px solid #E9E9E6; color: #777; } + #wmd-preview hr { + margin: 2em auto; + width: 100px; + border: 1px solid #E9E9E6; + border-width: 2px 0 0 0; } /** * Jquery Timepicker diff --git a/admin/scss/components/_editor.scss b/admin/scss/components/_editor.scss index f70a9b12..c8b541b0 100644 --- a/admin/scss/components/_editor.scss +++ b/admin/scss/components/_editor.scss @@ -80,4 +80,10 @@ border-left: 4px solid #E9E9E6; color: #777; } + hr { + margin: 2em auto; + width: 100px; + border: 1px solid #E9E9E6; + border-width: 2px 0 0 0; + } } \ No newline at end of file diff --git a/usr/themes/replica/style.css b/usr/themes/replica/style.css index f06ab626..21e11301 100644 --- a/usr/themes/replica/style.css +++ b/usr/themes/replica/style.css @@ -333,6 +333,12 @@ textarea { .post-content img, .comment-content img { max-width: 100%; } +.post-content hr, .comment-content hr { + margin: 2em auto; + width: 100px; + border: 1px solid #E9E9E6; + border-width: 2px 0 0 0; +} /* -----------------