Add a divider block type
This commit is contained in:
parent
fe022b2d43
commit
08fb6768ad
5 changed files with 16 additions and 0 deletions
7
styles/elements/hr.css
Normal file
7
styles/elements/hr.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.taf > .window-content hr {
|
||||
height: 1px;
|
||||
background: rebeccapurple;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue