1
0
Fork 0
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:
Frédéric Guillot 2019-08-15 22:08:24 -07:00 committed by Frédéric Guillot
parent d882bbca85
commit 77125f45cc
7 changed files with 33 additions and 22 deletions

View file

@ -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;