Преглед на файлове

Show post splitter first hr

shortcutme преди 7 години
родител
ревизия
e18170aa58
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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% }