1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Add Pinboard integration

This commit is contained in:
Frédéric Guillot 2017-12-02 19:32:14 -08:00
parent 2f1367a8d4
commit 2356ddad28
28 changed files with 550 additions and 49 deletions

View file

@ -222,6 +222,10 @@ input[type="text"]:focus {
box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="checkbox"] {
margin-bottom: 10px;
}
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
@ -327,7 +331,7 @@ a.button {
/* Panel */
.panel {
color: #333;
background-color: #f0f0f0;
background-color: #fcfcfc;
border: 1px solid #ddd;
border-radius: 5px;
padding: 10px;
@ -497,6 +501,10 @@ a.button {
color: #666;
}
.entry-actions {
margin-bottom: 20px;
}
.entry-meta {
font-size: 0.95em;
margin: 0 0 20px;