mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Add form to delete placeholders
This commit is contained in:
parent
18bcde3bf6
commit
d0d79d637c
6 changed files with 79 additions and 1 deletions
|
@ -933,6 +933,14 @@ main.front-page > a.button{
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
button.delete{
|
||||
background-color: maroon;
|
||||
}
|
||||
|
||||
button.delete:hover{
|
||||
background-color: firebrick;
|
||||
}
|
||||
|
||||
article.ebook ul,
|
||||
article.ebook ol{
|
||||
list-style: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue