Browse Source

Update editor.css

pull/440/head
danpros 4 years ago
parent
commit
ba82f59c40
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      system/admin/editor/css/editor.css

+ 17
- 0
system/admin/editor/css/editor.css View File

@ -36,6 +36,23 @@ blockquote {
padding: 2%;
}
.wmd-preview table {
margin: 20px 0;
}
.wmd-preview td, .wmd-preview th {
border-right: 1px solid #ccc;
padding: 8px 12px;
}
.wmd-preview td:last-child, .wmd-preview th:last-child {
border-right: none;
}
.wmd-preview td {
border-top: 1px solid #ccc;
}
.wmd-button-row {
position: relative;
margin: 0px;


Loading…
Cancel
Save