mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add Instapaper integration
This commit is contained in:
parent
6f5350a497
commit
ae62e543d3
19 changed files with 191 additions and 51 deletions
|
@ -223,7 +223,7 @@ input[type="text"]:focus {
|
|||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
::-moz-placeholder,
|
||||
|
@ -239,6 +239,12 @@ input[type="checkbox"] {
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.form-section {
|
||||
border-left: 2px dotted #ddd;
|
||||
padding-left: 20px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
a.button {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue