mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 12:36:23 +05:30
Update editor.css
This commit is contained in:
parent
2460e5c6c1
commit
ba82f59c40
1 changed files with 17 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue