mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Improve import form
This commit is contained in:
parent
d882bbca85
commit
77125f45cc
7 changed files with 33 additions and 22 deletions
|
@ -15,6 +15,13 @@ body {
|
|||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
height: 0;
|
||||
border-top: 1px dotted #ccc;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
main {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue