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; +} /* -----------------