Browse Source

Show post splitter first hr

shortcutme 7 years ago
parent
commit
e18170aa58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      alloy-editor/meditor.css

+ 1 - 1
alloy-editor/meditor.css

@@ -27,4 +27,4 @@
 h2.empty:before { content: "Heading"; color: #DDD; position: absolute; pointer-events: none; }
 h3.empty:before { content: "Sub-Heading"; color: #DDD; position: absolute; pointer-events: none; }
 
-.meditor hr { display: block !important }
+.meditor hr:first-of-type { display: block !important; position: absolute; margin: 0px; border-bottom: 1px dashed #DEDEDE; width: 100% }